mirror of https://github.com/Radarr/Radarr
Final cleanup on proxy support.
This commit is contained in:
parent
2b11ad4585
commit
4c39594a57
|
@ -345,7 +345,7 @@ namespace NzbDrone.Core.Configuration
|
|||
|
||||
public string ProxyBypassFilter
|
||||
{
|
||||
get { return GetValue("ProxySubnetFilter", string.Empty); }
|
||||
get { return GetValue("ProxyBypassFilter", string.Empty); }
|
||||
}
|
||||
|
||||
public bool ProxyBypassLocalAddresses
|
||||
|
|
Loading…
Reference in New Issue