1
0
mirror of git://erdgeist.org/opentracker synced 2025-01-12 07:50:52 +00:00

Add missing config option

This commit is contained in:
Dirk Engling 2024-04-18 17:56:48 +02:00
parent 22fbcf5647
commit f010861f61

View File

@ -27,6 +27,9 @@ Specifies the address opentracker will listen on for TCP connections.
.It listen.udp Ar address .It listen.udp Ar address
Specifies the address opentracker will listen on for UDP connections. Specifies the address opentracker will listen on for UDP connections.
.It listen.udp.workers Ar threads
Specifies how many threads will be spawned to handle UDP connections. Defaults to 4.
.It access.whitelist Ar path/to/whitelist .It access.whitelist Ar path/to/whitelist
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. 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.