diff options
author | Anton Khirnov <anton@khirnov.net> | 2020-08-26 12:32:27 +0200 |
---|---|---|
committer | rofl0r <rofl0r@users.noreply.github.com> | 2020-10-19 20:08:31 +0100 |
commit | 3bb14e04405ef918487489abb644949d03d7baa8 (patch) | |
tree | dd65d7c9e6a07aca0557833914f91e31f77be4c7 /docs/man5/tinyproxy.conf.txt.in | |
parent | 2b49ef0e0f653eec6a128050c12ae8f7d630b1af (diff) |
Allow multiple Bind directives.
Try all the addresses specified with Bind in order. This is necessary
e.g. for maintaining IPv4+6 connectivity while still being restricted to
one interface.
Diffstat (limited to 'docs/man5/tinyproxy.conf.txt.in')
-rw-r--r-- | docs/man5/tinyproxy.conf.txt.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/man5/tinyproxy.conf.txt.in b/docs/man5/tinyproxy.conf.txt.in index 8a18d55..0629a9a 100644 --- a/docs/man5/tinyproxy.conf.txt.in +++ b/docs/man5/tinyproxy.conf.txt.in @@ -58,6 +58,8 @@ only on one specific address. This allows you to specify which address Tinyproxy will bind to for outgoing connections to web servers or upstream proxies. +This parameter may be specified multiple times, then Tinyproxy +will try all the specified addresses in order. =item B<BindSame> |