|
@@ -588,8 +588,6 @@ namespace Jellyfin.Networking.Manager
|
|
{
|
|
{
|
|
// Comma separated list of IP addresses or IP/netmask entries for networks that will be allowed to connect remotely.
|
|
// Comma separated list of IP addresses or IP/netmask entries for networks that will be allowed to connect remotely.
|
|
// If left blank, all remote addresses will be allowed.
|
|
// If left blank, all remote addresses will be allowed.
|
|
- var remoteAddressFilter = RemoteAddressFilter;
|
|
|
|
-
|
|
|
|
if (RemoteAddressFilter.Count > 0 && !IsInLocalNetwork(remoteIp))
|
|
if (RemoteAddressFilter.Count > 0 && !IsInLocalNetwork(remoteIp))
|
|
{
|
|
{
|
|
// remoteAddressFilter is a whitelist or blacklist.
|
|
// remoteAddressFilter is a whitelist or blacklist.
|