summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorerdgeist <>2008-10-06 03:46:42 +0000
committererdgeist <>2008-10-06 03:46:42 +0000
commitb12077ad3ac0240cd81bd089b1477b4c6a958715 (patch)
treec8c1d7d275adf56bf3296bdc378f43c595257999
parentbca01f4cde9b0dbb95df51c75c1751996342608b (diff)
Add some explanations about the implicite :6969 and the ancient tracker sync format
-rw-r--r--opentracker.conf.sample6
1 files changed, 5 insertions, 1 deletions
diff --git a/opentracker.conf.sample b/opentracker.conf.sample
index d1fc5fb..f626592 100644
--- a/opentracker.conf.sample
+++ b/opentracker.conf.sample
@@ -7,8 +7,9 @@
7# listen.tcp 0.0.0.0 7# listen.tcp 0.0.0.0
8# 8#
9# or specify them one by one (shell option -i 192.168.0.1 -p 6969) 9# or specify them one by one (shell option -i 192.168.0.1 -p 6969)
10# (note, that :6969 is implicite)
10# 11#
11# listen.tcp 192.168.0.1:6969 12# listen.tcp 192.168.0.1
12# listen.tcp 192.168.0.2:6969 13# listen.tcp 192.168.0.2:6969
13# listen.tcp 192.168.0.3:6969 14# listen.tcp 192.168.0.3:6969
14 15
@@ -45,6 +46,9 @@
45# livesync.cluster.node_ip 192.168.0.5 46# livesync.cluster.node_ip 192.168.0.5
46# livesync.cluster.node_ip 192.168.0.6 47# livesync.cluster.node_ip 192.168.0.6
47# 48#
49# This is the admin ip address for old style (HTTP based) asynchronus
50# tracker syncing.
51#
48# batchsync.cluster.admin_ip 10.1.1.1 52# batchsync.cluster.admin_ip 10.1.1.1
49# 53#
50 54