NetworkConfiguration
Defines the MediaBrowser.Common.Net.NetworkConfiguration.
Constructors
Properties
A value indicating whether Autodiscovery is enabled.
The password required to access the X.509 certificate data in the file specified by MediaBrowser.Common.Net.NetworkConfiguration.CertificatePath.
The filesystem path of an X.509 certificate to use for SSL.
A value indicating whether to use HTTPS.
A value indicating whether IPv6 is enabled.
A value indicating whether IPv6 is enabled.
A value indicating whether the published server uri is based on information in HTTP requests.
A value indicating whether access from outside of the LAN is permitted.
A value indicating whether to enable automatic port forwarding.
A value indicating whether address names that match MediaBrowser.Common.Net.NetworkConfiguration.VirtualInterfaceNames should be ignored for the purposes of binding.
The internal HTTP server port.
The internal HTTPS server port.
A value indicating whether P:MediaBrowser.Common.Net.NetworkConfiguration.RemoteIPFilter
contains a blacklist or a whitelist. Default is a whitelist.
The known proxies.
The interface addresses which Jellyfin will bind to. If empty, all interfaces will be used.
The subnets that are deemed to make up the LAN.
The public HTTP port.
The public HTTPS port.
Gets or sets the PublishedServerUriBySubnet Gets or sets PublishedServerUri to advertise for specific subnets.
The filter for remote IP connectivity. Used in conjunction with P:MediaBrowser.Common.Net.NetworkConfiguration.IsRemoteIPFilterBlacklist
.
A value indicating whether the server should force connections over HTTPS.
A value indicating the interface name prefixes that should be ignored. The list can be comma separated and values are case-insensitive. P:MediaBrowser.Common.Net.NetworkConfiguration.IgnoreVirtualInterfaces
.