Chion82 / netfilter-full-cone-nat

A kernel module to turn MASQUERADE into full cone SNAT
GNU General Public License v2.0
427 stars 121 forks source link

Add IPv6 support #31

Open llccd opened 4 years ago

llccd commented 4 years ago

Implements #22. Not widely tested. I did not find any stun server that supports getting NAT type on IPv6.

Chion82 commented 4 years ago

As this patch contains major and critical modifications, I've created a new branch feature/ipv6 for further testing.