1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-17 15:02:34 +02: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 @@ public string ProxyPassword
public string ProxyBypassFilter
{
get { return GetValue("ProxySubnetFilter", string.Empty); }
get { return GetValue("ProxyBypassFilter", string.Empty); }
}
public bool ProxyBypassLocalAddresses