1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-02-01 03:52:14 +00:00

Final cleanup on proxy support.

This commit is contained in:
Taloth Saldono 2016-05-21 22:59:26 +02:00
parent 2b11ad4585
commit 4c39594a57

View file

@ -345,7 +345,7 @@ namespace NzbDrone.Core.Configuration
public string ProxyBypassFilter public string ProxyBypassFilter
{ {
get { return GetValue("ProxySubnetFilter", string.Empty); } get { return GetValue("ProxyBypassFilter", string.Empty); }
} }
public bool ProxyBypassLocalAddresses public bool ProxyBypassLocalAddresses