diff options
author | Dirk Engling <erdgeist@erdgeist.org> | 2024-04-18 17:56:48 +0200 |
---|---|---|
committer | Dirk Engling <erdgeist@erdgeist.org> | 2024-04-18 17:56:48 +0200 |
commit | f010861f617037589166f7e3e47c0aac89ceff9c (patch) | |
tree | 05754a985d7f64f898bd98dd1b1ea9d03fbad3dc /man4/opentracker.conf.4 | |
parent | 22fbcf56476a71772d4d95d43bd1114e8e117bab (diff) |
Add missing config option
Diffstat (limited to 'man4/opentracker.conf.4')
-rw-r--r-- | man4/opentracker.conf.4 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/man4/opentracker.conf.4 b/man4/opentracker.conf.4 index 986941f..cdafd5d 100644 --- a/man4/opentracker.conf.4 +++ b/man4/opentracker.conf.4 | |||
@@ -27,6 +27,9 @@ Specifies the address opentracker will listen on for TCP connections. | |||
27 | .It listen.udp Ar address | 27 | .It listen.udp Ar address |
28 | Specifies the address opentracker will listen on for UDP connections. | 28 | Specifies the address opentracker will listen on for UDP connections. |
29 | 29 | ||
30 | .It listen.udp.workers Ar threads | ||
31 | Specifies how many threads will be spawned to handle UDP connections. Defaults to 4. | ||
32 | |||
30 | .It access.whitelist Ar path/to/whitelist | 33 | .It access.whitelist Ar path/to/whitelist |
31 | Specifies the path to the whitelist file containing all torrent hashes that opentracker will serve. Use this option if opentracker runs in a non-open mode. | 34 | Specifies the path to the whitelist file containing all torrent hashes that opentracker will serve. Use this option if opentracker runs in a non-open mode. |
32 | 35 | ||