Implementation for an Issue #2224

This commit is contained in:
Miroslav Stampar
2016-10-13 23:17:54 +02:00
parent 1126ff86ce
commit f389bd71c0
6 changed files with 27 additions and 15 deletions

View File

@@ -98,6 +98,18 @@ authCred =
# Syntax: key_file
authFile =
# Ignore HTTP Error 401 (Unauthorized).
# Valid: True or False
ignore401 = False
# Ignore system default proxy settings.
# Valid: True or False
ignoreProxy = False
# Ignore connection timeouts.
# Valid: True or False
ignoreTimeouts = False
# Use a proxy to connect to the target URL.
# Syntax: (http|https|socks4|socks5)://address:port
proxy =
@@ -110,10 +122,6 @@ proxyCred =
# Load proxy list from a file
proxyFile =
# Ignore system default proxy settings.
# Valid: True or False
ignoreProxy = False
# Use Tor anonymity network.
# Valid: True or False
tor = False