Update Jellyfin.Networking/Manager/NetworkManager.cs

Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
pull/5495/head
BaronGreenback 3 years ago committed by GitHub
parent f66cb9777d
commit 3fa84500cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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.
// If left blank, all remote addresses will be allowed.
var remoteAddressFilter = RemoteAddressFilter;
if (RemoteAddressFilter.Count > 0 && !IsInLocalNetwork(remoteIp))
{
// remoteAddressFilter is a whitelist or blacklist.

Loading…
Cancel
Save