diff options
| author | Dirk Engling <erdgeist@erdgeist.org> | 2024-04-18 18:05:29 +0200 |
|---|---|---|
| committer | Dirk Engling <erdgeist@erdgeist.org> | 2024-04-18 18:05:29 +0200 |
| commit | 9a4710c2a4f88a030906641d80f552a48cf7be35 (patch) | |
| tree | 8f2fb543a7b7c9853a42fe42a468f919dd690b22 | |
| parent | e5e1a54da342d556777467d7f63892a4ebb05dd3 (diff) | |
add example for option that may be given more than once
| -rw-r--r-- | opentracker.conf.sample | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/opentracker.conf.sample b/opentracker.conf.sample index b1d2a03..054e405 100644 --- a/opentracker.conf.sample +++ b/opentracker.conf.sample | |||
| @@ -86,6 +86,7 @@ | |||
| 86 | # or network 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 |
