slingamn / namespaced-openvpn

Wrapper for OpenVPN on Linux solving various privacy issues
MIT License
320 stars 45 forks source link

support point-to-point ipv6 routing #16

Closed slingamn closed 5 years ago

slingamn commented 5 years ago

TODO: are there providers using stateless autoconfiguration instead of this point-to-point technique? The accept_ra sysctl is set on my tunnel interfaces by default.

TODO: should we also do sysctl -w net.ipv6.conf.all.disable_ipv6=1 in response to --ipv6-disable?