diff options
author | rofl0r <rofl0r@users.noreply.github.com> | 2020-08-19 12:16:02 +0100 |
---|---|---|
committer | rofl0r <rofl0r@users.noreply.github.com> | 2020-08-19 12:16:02 +0100 |
commit | fc681e26b8334a329376c80de51057a79787bcf4 (patch) | |
tree | ffdca858aa2610fefe4189e835a4e147acb5db0b | |
parent | c984122acd0850216f6fe18f80065c0573aafffa (diff) |
tinyproxy.conf.5: document upstream null-routing
-rw-r--r-- | docs/man5/tinyproxy.conf.txt.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/man5/tinyproxy.conf.txt.in b/docs/man5/tinyproxy.conf.txt.in index c1cce09..cf6555b 100644 --- a/docs/man5/tinyproxy.conf.txt.in +++ b/docs/man5/tinyproxy.conf.txt.in @@ -174,6 +174,10 @@ The possible keywords and their descriptions are as follows: * 'IP/bits' matches network/mask * 'IP/mask' matches network/mask + 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"` + *MaxClients*:: Tinyproxy creates one thread for each connected client. |