From e5e1a54da342d556777467d7f63892a4ebb05dd3 Mon Sep 17 00:00:00 2001 From: Dirk Engling Date: Thu, 18 Apr 2024 18:03:58 +0200 Subject: further fixes to the man page --- man4/opentracker.conf.4 | 14 ++++++-------- opentracker.conf.sample | 2 +- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/man4/opentracker.conf.4 b/man4/opentracker.conf.4 index cdafd5d..4b68121 100644 --- a/man4/opentracker.conf.4 +++ b/man4/opentracker.conf.4 @@ -9,9 +9,7 @@ .Sh DESCRIPTION The .Nm -configuration file specifies various options for configuring the behavior of the -.Nm -program. +configuration file specifies various options for configuring the behavior of the opentracker program. .Pp Lines starting with '#' are comments and are ignored. Options are specified as 'keyword value' pairs. .Pp @@ -42,11 +40,11 @@ Specifies the path to the FIFO (named pipe) used for dynamic changesets to acces .It access.fifo_delete Ar path/to/deleter.fifo Specifies the path to the FIFO (named pipe) used for dynamic changesets to accesslists. Info hashes written to this FIFO will be removed from the main accesslist file. -.It access.stats Ar ip_address -Specifies the IP address allowed to fetch stats from opentracker. +.It access.stats Ar ip_address_or_network +Specifies the IP address or network in CIDR notation allowed to fetch stats from opentracker. .It access.stats_path Ar path -Specifies the path to the stats location. You can configure opentracker to appear anywhere on your tracker. +Specifies the path to the stats location. You can configure opentracker to appear anywhere on your tracker. Defaults to /stats. .It access.proxy Ar ip_address_or_network Specifies the IP address or network of the reverse proxies. Opentracker will take the X-Forwarded-For address instead of the source IP address. @@ -64,7 +62,7 @@ Specifies the admin IP address for old-style (HTTP-based) asynchronous tracker s Specifies the directory opentracker will chroot/chdir to. All black/white list files must be located in this directory. .It tracker.user Ar username -Specifies the user opentracker will setuid to. +Specifies the user opentracker will setuid to after binding to potentially privileged ports. .It tracker.redirect_url Ar URL Specifies the URL opentracker will redirect to in response to a "GET / HTTP" request. @@ -84,5 +82,5 @@ To specify the address opentracker will listen on for UDP connections: .Sh AUTHOR .An Dirk Engling -.Aq erdgeist@erdgeist.org +.Aq Mt erdgeist@erdgeist.org diff --git a/opentracker.conf.sample b/opentracker.conf.sample index a920a14..b1d2a03 100644 --- a/opentracker.conf.sample +++ b/opentracker.conf.sample @@ -83,7 +83,7 @@ # IIb) # If you do not want to grant anyone access to your stats, enable the # WANT_RESTRICT_STATS option in Makefile and bless the ip addresses -# allowed to fetch stats here. +# or network allowed to fetch stats here. # # access.stats 192.168.0.23 # -- cgit v1.2.3