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

Adjust generated config to prevent IPv6 leak #18

Open
peterhirn opened this issue Nov 17, 2023 · 1 comment
Open

Adjust generated config to prevent IPv6 leak #18

peterhirn opened this issue Nov 17, 2023 · 1 comment

Comments

@peterhirn
Copy link

Check: https://ipv6leak.com/
Fix: https://www.reddit.com/r/WireGuard/comments/nl2uxl/comment/gzgaxo8

- AllowedIPs = 0.0.0.0/0
+ AllowedIPs = 0.0.0.0/0, ::/0 
@Avnsx
Copy link

Avnsx commented Nov 16, 2024

This makes definetly sense.

Would also recommend checking with https://dnsleaktest.com/ if your configurations worked.

However personally I would rather just entirely disable IPv6 in your router.
I think it would have a lot of compatibility issues, to route IPv6 traffic through the wireguard tunnel to a IPv4 VPN destination server for example.

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

No branches or pull requests

2 participants