Replies: 2 comments 3 replies
-
Good question! IPv6 would be a fine addition. As far as where to look - it
would require touches on nearly every component.
For the cloud deployments (AWS, Azure, GCP, and OCI) - the VPC networks and
security rules (*-network.tf and *-security.tf) would need to define /
configure IPv6 networks/subnets, associated routing and firewall rules. GCP
doesn't support IPv6 without a load balancer though - azure only added it
as of mid this year (2020).
For cloud and standalone deployments, an IPv6 docker network needs to be
created and attached to each of the containers. I'm curious how wireguard
handles peer configurations with multiple addresses.
Can't stress this enough: GOOD IDEA AND THANK YOU
With all of the above said, in my experience IPv6-only ISPs (often mobile
carriers) will still work with wireguard as they run IPv6 to IPv4
translation.
…On Tue, Dec 29, 2020 at 8:02 PM orion120 ***@***.***> wrote:
Total lurkr noob. Why is ip6 not addressed and where would I look to add?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#13>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABIFRMNW7PABWEE2ER4PUGDSXJ3Y5ANCNFSM4VNY5E6Q>
.
|
Beta Was this translation helpful? Give feedback.
-
There is to me a privacy issue with not supporting IPv6: my home IPv6 leaks to any website despite my IPv4 correctly reflecting the (cloud) server's one. I'm with Vodafone in Germany, and they mainly attribute an IPv6 block to residential customer while tacking on it an IPv4 at some point to do dual-stack. I configured Cloudblock to route (I thought) all my traffic to escape the prying eyes (and logs) of ISPs, but due to IPv6 exclusion this proved to be... Inadequate 😅 I'm still grateful for the project, but I think the lack of IPv6 support should be displayed more prominently in the README 🙂 |
Beta Was this translation helpful? Give feedback.
-
Total lurkr noob. Why is ip6 not addressed and where would I look to add?
Beta Was this translation helpful? Give feedback.
All reactions