diff options
Diffstat (limited to 'segget/segget.conf')
-rw-r--r-- | segget/segget.conf | 53 |
1 files changed, 51 insertions, 2 deletions
diff --git a/segget/segget.conf b/segget/segget.conf index 489acf9..5e103c0 100644 --- a/segget/segget.conf +++ b/segget/segget.conf @@ -76,7 +76,7 @@ max_tries=10 # Maximum value: 20 # Default: # max_connections=10 -max_connections=10 +max_connections=3 # CURRENT_SPEED_TIME_INTERVAL_MSECS # segget transfers may have bursty nature of their traffic. Therefore, while @@ -174,6 +174,26 @@ provide_mirror_dir=./provide_mirror_dir # provide_mirror_files_restrict_list_on=0 provide_mirror_files_restrict_list_on=1 +[provide_proxy_fetcher_to_others] +# tuiclient monitors segget's activity by establishing tcp connection +# with segget daemon (ui_server part of it). + +# PROVIDE_PROXY_FETCHER_IP +# Define an ip address segget will use to provide access for tuiclients. +# The parameter should be a string holding your host dotted IP address. +# Default: +# provide_proxy_fetcher_ip=127.0.0.1 +provide_proxy_fetcher_ip=127.0.0.1 + +# PROVIDE_PROXY_FETCHER_PORT +# Define a port segget will use to provide access for tuiclients. +# The parameter should be an integer. +# Minimum value: 1 +# Maximum value: 65535 +# Default: +# provide_proxy_fetcher_port=9777 +provide_proxy_fetcher_port=9777 + [networks] # NETWORK0_PRIORITY # Define priority as a value in range from lowest 0 to highest 10. @@ -188,8 +208,17 @@ provide_mirror_files_restrict_list_on=1 # instead of # should be network number. For network0 it's network0.conf # Default: # network0_priority=10 +# network1_priority=0 +# network2_priority=0 +# network3_priority=0 +# network4_priority=0 +# network5_priority=0 +# network6_priority=0 +# network7_priority=0 +# network8_priority=0 +# network9_priority=0 network0_priority=10 -network1_priority=0 +network1_priority=9 network2_priority=8 network3_priority=0 network4_priority=0 @@ -213,6 +242,26 @@ user_agent=segget # NOT IMPLEMENTED YET: ftp-user=anonymous # NOT IMPLEMENTED YET: ftp-password=me@mail.ru +[ui_server] +# tuiclient monitors segget's activity by establishing tcp connection +# with segget daemon (ui_server part of it). + +# UI_IP +# Define an ip address segget will use to provide access for tuiclients. +# The parameter should be a string holding your host dotted IP address. +# Default: +# ui_ip=127.0.0.1 +ui_ip=127.0.0.1 + +# UI_PORT +# Define a port segget will use to provide access for tuiclients. +# The parameter should be an integer. +# Minimum value: 1 +# Maximum value: 65535 +# Default: +# ui_port=9999 +ui_port=9999 + [logs] # LOGS_DIR # Define a dir to store log files. |