diff options
author | rofl0r <rofl0r@users.noreply.github.com> | 2020-08-19 12:07:19 +0100 |
---|---|---|
committer | rofl0r <rofl0r@users.noreply.github.com> | 2020-08-19 12:07:19 +0100 |
commit | c984122acd0850216f6fe18f80065c0573aafffa (patch) | |
tree | 4dcda17c5630551e54b9378c92a61b148a845fc8 /docs | |
parent | 335477b16e8926a51d35d94789906397524eb7bb (diff) |
tinyproxy.conf.5: clarify that upstream none makes direct connection
Diffstat (limited to 'docs')
-rw-r--r-- | docs/man5/tinyproxy.conf.txt.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/man5/tinyproxy.conf.txt.in b/docs/man5/tinyproxy.conf.txt.in index 3e24852..c1cce09 100644 --- a/docs/man5/tinyproxy.conf.txt.in +++ b/docs/man5/tinyproxy.conf.txt.in @@ -163,7 +163,7 @@ The possible keywords and their descriptions are as follows: `type` can be one of `http`, `socks4`, `socks5`, `none`. * 'upstream none "site_spec"' turns off upstream support for sites - matching `site_spec`. + matching `site_spec`, that means the direction is done directly. The site can be specified in various forms as a hostname, domain name or as an IP range: |