diff options
author | Mikael Magnusson <mikma@users.sourceforge.net> | 2020-11-06 23:25:56 +0100 |
---|---|---|
committer | Mikael Magnusson <mikma@users.sourceforge.net> | 2021-06-10 22:07:59 +0200 |
commit | 2abda4c7643797bf148fb267da8cbe4032d9b659 (patch) | |
tree | ecd6cb95cd1b5c4b3929a2dfcddf09c1b04a4131 /etc | |
parent | 7168a42624fb9ce3305c9e666e44cc8a533af5f6 (diff) |
WIP: BindIPv4Mapped
Diffstat (limited to 'etc')
-rw-r--r-- | etc/tinyproxy.conf.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/tinyproxy.conf.in b/etc/tinyproxy.conf.in index 06f5480..5a170c2 100644 --- a/etc/tinyproxy.conf.in +++ b/etc/tinyproxy.conf.in @@ -43,6 +43,13 @@ Port 8888 #BindSame yes # +# BindIPv4Mapped: If enabled, tinyproxy will bind the outgoing IPv6 +# connection to the IPv4 address of the incoming connection using +# the mapping. +# +#BindIPv4Mapped 2001:0db8::ffff:0:0 + +# # Timeout: The maximum number of seconds of inactivity a connection is # allowed to have before it is closed by tinyproxy. # |