mirror of
https://github.com/Radarr/Radarr
synced 2026-02-11 17:22:07 +01:00
Final cleanup on proxy support.
This commit is contained in:
parent
2b11ad4585
commit
4c39594a57
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue