diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-05-12 21:57:53 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-05-12 21:57:53 +0200 |
commit | e269bec1053f059ba0fd701c1e7fa1ad424726bc (patch) | |
tree | 70e4ddb3578f7eef435ed563a9d6b7f9bbd9ddbb /module/config/default.conf | |
parent | fixed js (diff) | |
download | pyload-e269bec1053f059ba0fd701c1e7fa1ad424726bc.tar.xz |
some fixes, closed #306
Diffstat (limited to 'module/config/default.conf')
-rw-r--r-- | module/config/default.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/module/config/default.conf b/module/config/default.conf index 5c90888e9..bc9bcee3e 100644 --- a/module/config/default.conf +++ b/module/config/default.conf @@ -36,6 +36,7 @@ download - "Download": 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":
bool change_user : "Change user of running process" = False
str user : "Username" = user
|