8000 Adjust generated config to prevent IPv6 leak · Issue #18 · hsand/pia-wg · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Feb 11, 2025. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
0