From 8c3931988c501f8a78b10f60fa6538dd5a8a4296 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Fri, 6 Nov 2020 23:25:56 +0100 Subject: WIP: BindIPv4Mapped --- etc/tinyproxy.conf.in | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'etc') 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 @@ -42,6 +42,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. -- cgit v1.2.3