diff options
author | Mikael Magnusson <mikma@users.sourceforge.net> | 2020-11-06 23:25:56 +0100 |
---|---|---|
committer | Mikael Magnusson <mikma@users.sourceforge.net> | 2020-11-07 00:00:23 +0100 |
commit | 8c3931988c501f8a78b10f60fa6538dd5a8a4296 (patch) | |
tree | 2e0d728dbb951ccaf2fc1e5a571116592083b984 /etc | |
parent | adad565c03f3ffde6520646bc5d119ce1eadbadb (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. # |