Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add man page content
  • Loading branch information
Markus Moeller committed Sep 3, 2021
commit 6a8db94ea4c6ece9306278bcb5cb11fcc0d1257e
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ fi

dnl Include support for reverse dns to match IP network/mask ?
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,
[Enable support for reverse dns to match IP network/mask (default is NO)],
no)
Expand Down
1 change: 1 addition & 0 deletions docs/man5/tinyproxy.conf.txt.in
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ Note that the upstream directive can also be used to null-route
a specific target domain/host, e.g.:
`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>

Tinyproxy creates one thread for each connected client.
Expand Down