On Linux I can make a transparent proxy simply by adding a iptables -j REDIRECT
command.
To my surprise, I am needing to support IPv6. Simple enough right? iptables6 -j REDIRECT
command not supported!?
Apparently, Linux threw out NAT (and transparent proxy support with it) on IPv6. I don't care much about NAT on IPv6. So how do people get a squid transparent proxy working on IPv6? With Linux as the host.