From 6a8db94ea4c6ece9306278bcb5cb11fcc0d1257e Mon Sep 17 00:00:00 2001 From: Markus Moeller Date: Fri, 3 Sep 2021 18:00:06 +0100 Subject: [PATCH] Add man page content --- configure.ac | 2 +- docs/man5/tinyproxy.conf.txt.in | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 89d1c0c..b206691 100644 --- a/configure.ac +++ b/configure.ac @@ -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) diff --git a/docs/man5/tinyproxy.conf.txt.in b/docs/man5/tinyproxy.conf.txt.in index 758382c..e35b27b 100644 --- a/docs/man5/tinyproxy.conf.txt.in +++ b/docs/man5/tinyproxy.conf.txt.in @@ -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 or values in addition to the name or domain match =item B Tinyproxy creates one thread for each connected client.