I wanted to use proxychain with IPv6, ended up with this configuration. If you have not install proxychain4 do that now!
Tor configuration file add below
/etc/tor/torrc
SocksPort [::1]:9050
SocksPort 127.0.0.1:9050
ClientUseIPv6 1
ClientPreferIPv6ORPort 1
ClientPreferIPv6DirPort 1
Proxychain4 configuration file. Add the information below in the file under [ProxyList]
/etc/proxychain.conf
socks5 :: 9050
socks4 127.0.0.1 9050
Restart tor with
/etc/init.d/tor restart
Check if you have IPv6 support with proxychain. Then surf to site below. I am using firefox for this esr version.
proxychains4 firefox-esr
