summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'seggetd/seggetd.conf')
-rw-r--r--seggetd/seggetd.conf18
1 files changed, 7 insertions, 11 deletions
diff --git a/seggetd/seggetd.conf b/seggetd/seggetd.conf
index 51bbfbb..426c286 100644
--- a/seggetd/seggetd.conf
+++ b/seggetd/seggetd.conf
@@ -184,7 +184,7 @@ provide_mirror_to_others_url=ui_ip
# The parameter should be a string holding your host dotted IP address.
# Default:
# provide_proxy_fetcher_ip=none
-provide_proxy_fetcher_ip=127.0.0.1
+provide_proxy_fetcher_ip=none
# PROVIDE_PROXY_FETCHER_PORT
# Define a port segget will use to provide access for tuiclients.
@@ -193,7 +193,7 @@ provide_proxy_fetcher_ip=127.0.0.1
# Maximum value: 65535
# Default:
# provide_proxy_fetcher_port=3131
-provide_proxy_fetcher_port=3130
+provide_proxy_fetcher_port=3131
[networks]
# NETWORK0_PRIORITY
@@ -237,10 +237,6 @@ network9_priority=0
# user_agent=segget
user_agent=segget
-# Specify the user and password for authentication on a ftp servers.
-# 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).
@@ -392,8 +388,8 @@ logs_dir=/var/log/seggetd
# Define a file name to store general log.
# Set to none to disable loggin.
# Default:
-# general_log_file=segget.log
-general_log_file=segget.log
+# general_log_file=seggetd.log
+general_log_file=seggetd.log
# GENERAL_LOG_TIME_FORMAT
# Set time format for general log as a string containing any combination of
@@ -436,7 +432,7 @@ general_log_time_format=%m/%d %X
# Define a file name to store error log.
# Set to none to disable loggin.
# Default:
-# error_log_file=segget.log
+# error_log_file=error.log
error_log_file=error.log
# ERROR_LOG_TIME_FORMAT
@@ -451,8 +447,8 @@ error_log_time_format=%m/%d %X
# Define a file name to store debug log.
# Set to none to disable loggin.
# Default:
-# debug_log_file=segget.log
-debug_log_file=debug.log
+# debug_log_file=none
+debug_log_file=none
# DEBUG_LOG_TIME_FORMAT
# Set time format for debug log as a string containing any combination of