mirror of
git://erdgeist.org/opentracker
synced 2025-01-13 00:10:08 +00:00
further fixes to the man page
This commit is contained in:
parent
f010861f61
commit
e5e1a54da3
@ -9,9 +9,7 @@
|
|||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
The
|
The
|
||||||
.Nm
|
.Nm
|
||||||
configuration file specifies various options for configuring the behavior of the
|
configuration file specifies various options for configuring the behavior of the opentracker program.
|
||||||
.Nm
|
|
||||||
program.
|
|
||||||
.Pp
|
.Pp
|
||||||
Lines starting with '#' are comments and are ignored. Options are specified as 'keyword value' pairs.
|
Lines starting with '#' are comments and are ignored. Options are specified as 'keyword value' pairs.
|
||||||
.Pp
|
.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
|
.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.
|
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
|
.It access.stats Ar ip_address_or_network
|
||||||
Specifies the IP address allowed to fetch stats from opentracker.
|
Specifies the IP address or network in CIDR notation allowed to fetch stats from opentracker.
|
||||||
|
|
||||||
.It access.stats_path Ar path
|
.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
|
.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.
|
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.
|
Specifies the directory opentracker will chroot/chdir to. All black/white list files must be located in this directory.
|
||||||
|
|
||||||
.It tracker.user Ar username
|
.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
|
.It tracker.redirect_url Ar URL
|
||||||
Specifies the URL opentracker will redirect to in response to a "GET / HTTP" request.
|
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
|
.Sh AUTHOR
|
||||||
.An Dirk Engling
|
.An Dirk Engling
|
||||||
.Aq erdgeist@erdgeist.org
|
.Aq Mt erdgeist@erdgeist.org
|
||||||
|
|
||||||
|
@ -83,7 +83,7 @@
|
|||||||
# IIb)
|
# IIb)
|
||||||
# If you do not want to grant anyone access to your stats, enable the
|
# 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
|
# 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
|
# access.stats 192.168.0.23
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user