diff options
Diffstat (limited to 'opentracker.conf.sample')
-rw-r--r-- | opentracker.conf.sample | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/opentracker.conf.sample b/opentracker.conf.sample index f8bef43..054e405 100644 --- a/opentracker.conf.sample +++ b/opentracker.conf.sample | |||
@@ -2,7 +2,7 @@ | |||
2 | # | 2 | # |
3 | 3 | ||
4 | # I) Address opentracker will listen on, using both, tcp AND udp family | 4 | # I) Address opentracker will listen on, using both, tcp AND udp family |
5 | # (note, that port 6969 is implicite if ommitted). | 5 | # (note, that port 6969 is implicit if omitted). |
6 | # | 6 | # |
7 | # If no listen option is given (here or on the command line), opentracker | 7 | # If no listen option is given (here or on the command line), opentracker |
8 | # listens on 0.0.0.0:6969 tcp and udp. | 8 | # listens on 0.0.0.0:6969 tcp and udp. |
@@ -83,9 +83,10 @@ | |||
83 | # IIb) | 83 | # IIb) |
84 | # If you do not want to grant anyone access to your stats, enable the | 84 | # If you do not want to grant anyone access to your stats, enable the |
85 | # WANT_RESTRICT_STATS option in Makefile and bless the ip addresses | 85 | # WANT_RESTRICT_STATS option in Makefile and bless the ip addresses |
86 | # allowed to fetch stats here. | 86 | # or network allowed to fetch stats here. |
87 | # | 87 | # |
88 | # access.stats 192.168.0.23 | 88 | # access.stats 192.168.0.23 |
89 | # access.stats 10.1.1.23 | ||
89 | # | 90 | # |
90 | # There is another way of hiding your stats. You can obfuscate the path | 91 | # There is another way of hiding your stats. You can obfuscate the path |
91 | # to them. Normally it is located at /stats but you can configure it to | 92 | # to them. Normally it is located at /stats but you can configure it to |