diff --git a/docs/man5/tinyproxy.conf.txt.in b/docs/man5/tinyproxy.conf.txt.in index 4471cbd..873a741 100644 --- a/docs/man5/tinyproxy.conf.txt.in +++ b/docs/man5/tinyproxy.conf.txt.in @@ -173,6 +173,10 @@ turns on the upstream proxy for the sites matching `site_spec`. `type` can be one of `http`, `socks4`, `socks5`, `none`. +a `site_spec` is either a full domain name, a domain name starting with a +`.`, in which case it is treated as a suffix, or an ip/mask tuple. +the `site_spec` needs to be double-quoted. + =item * I turns off upstream support for sites matching `site_spec`, that means the connection is done directly.