summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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