summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk Engling <erdgeist@erdgeist.org>2024-04-18 17:56:48 +0200
committerDirk Engling <erdgeist@erdgeist.org>2024-04-18 17:56:48 +0200
commitf010861f617037589166f7e3e47c0aac89ceff9c (patch)
tree05754a985d7f64f898bd98dd1b1ea9d03fbad3dc
parent22fbcf56476a71772d4d95d43bd1114e8e117bab (diff)
Add missing config option
-rw-r--r--man4/opentracker.conf.43
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
28Specifies the address opentracker will listen on for UDP connections. 28Specifies the address opentracker will listen on for UDP connections.
29 29
30.It listen.udp.workers Ar threads
31Specifies 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
31Specifies 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. 34Specifies 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