Preventing IPv6 leaks from OpenVPN

😬 just found out the hard way that openvpn config files need to be modified to drop ipv6 traffic. If you don't intentionally drop ipv6 traffic & the vpn server does not support ipv6 connections, your ip can be leaked via ipv6 connections. 

Remedy: modify your OpenVPN configs as follows:

ifconfig-ipv6 fd15:53b6:dead::2/64 fd15:53b6:dead::1
redirect-gateway ipv6
block-ipv6

🤔 I wonder how else my vpn connections are leaking..