Add man page content

This commit is contained in:
Markus Moeller 2021-09-03 18:00:06 +01:00
parent e5e633e45a
commit 6a8db94ea4
2 changed files with 2 additions and 1 deletions

View File

@ -103,7 +103,7 @@ fi
dnl Include support for reverse dns to match IP network/mask ? dnl Include support for reverse dns to match IP network/mask ?
AH_TEMPLATE([RDNS_ENABLE], AH_TEMPLATE([RDNS_ENABLE],
[Include support for reverse dns to match IP network/mask.]) [Include support for reverse dns to match IP network/mask. This is best used with nscd enabled to minimise DNS resolution delays])
TP_ARG_ENABLE(rdns, TP_ARG_ENABLE(rdns,
[Enable support for reverse dns to match IP network/mask (default is NO)], [Enable support for reverse dns to match IP network/mask (default is NO)],
no) no)

View File

@ -200,6 +200,7 @@ Note that the upstream directive can also be used to null-route
a specific target domain/host, e.g.: a specific target domain/host, e.g.:
`upstream http 0.0.0.0:0 ".adserver.com"` `upstream http 0.0.0.0:0 ".adserver.com"`
With RDNS enabled the site's IP address will also be matched against the <IP/bits> or <IP/mask> values in addition to the name or domain match
=item B<MaxClients> =item B<MaxClients>
Tinyproxy creates one thread for each connected client. Tinyproxy creates one thread for each connected client.