diff options
Diffstat (limited to 'module/config/default.conf')
-rw-r--r-- | module/config/default.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/config/default.conf b/module/config/default.conf index 192ad907a..78097e8f1 100644 --- a/module/config/default.conf +++ b/module/config/default.conf @@ -33,7 +33,6 @@ download - "Download": int max_downloads : "Max Parallel Downloads" = 3
int max_speed : "Max Download Speed in kb/s" = -1
bool limit_speed : "Limit Download Speed" = False
- bool proxy : "Use Proxy" = False
str interface : "Download interface to bind (ip or Name)" = None
bool ipv6 : "Allow IPv6" = False
permission - "Permissions":
@@ -59,3 +58,4 @@ proxy - "Proxy": http;socks4;socks5 type : "Protocol" = http
str username : "Username" = None
password password : "Password" = None
+ bool proxy : "Use Proxy" = False
|