diff options
author | mkaay <mkaay@mkaay.de> | 2010-05-10 15:43:10 +0200 |
---|---|---|
committer | mkaay <mkaay@mkaay.de> | 2010-05-10 15:43:10 +0200 |
commit | b08291a8981be4eb57fc628e1d205a0ce253a9b8 (patch) | |
tree | b4cc86962665352bb1a36fe61d5235b76f865238 /module/config/core_default.xml | |
parent | captcha fix, webinterface dependency output, l18n (diff) | |
download | pyload-b08291a8981be4eb57fc628e1d205a0ce253a9b8.tar.xz |
new config option (outgoing intreface)
Diffstat (limited to 'module/config/core_default.xml')
-rw-r--r-- | module/config/core_default.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/module/config/core_default.xml b/module/config/core_default.xml index 783818502..c91c5d186 100644 --- a/module/config/core_default.xml +++ b/module/config/core_default.xml @@ -36,6 +36,7 @@ <checksum type="bool" name="Use Checksum">True</checksum> <min_free_space type="int" name="Min Free Space (MB)">200</min_free_space> <folder_per_package type="bool" name="Create folder for each package">False</folder_per_package> + <download_interface type="ip" name="Outgoing IP address for downloads"></download_interface> </general> <updates name="Updates"> <search_updates type="bool" name="Search">True</search_updates> |