Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for ipv6 #39

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

add support for ipv6 #39

wants to merge 3 commits into from

Conversation

GJCav
Copy link

@GJCav GJCav commented Mar 27, 2024

It is true that IPv6 discourages NAT. But there are some special situations that IPv6 NAT is necessary. For example:

  • Your cloud service provider only allocates IPv6 addresses to you and you want your VMs accessible from the Internet.
  • In mainland China, IPv6 network is less congested and has fewer censorship than IPv4 network.
  • To prompt IPv6, CERNET (China Education and Research Network) provides FREE IPv6 access while IPv4 needs a payment.

In such situations, users may prefer IPv6 over IPv4.

I have made an issue but it seems no one cares IPv6. So I forked this repo and add my support for IPv6 NAT.

I have done some testing on my computer. It works well and solves my problem. Hope the kindly author would review my pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant