arch-delugevpn
arch-delugevpn copied to clipboard
Support for IPv6 WG/OVPN Endpoints
delugevpn-delugevpn-1 | [crit] '[2a04' cannot be resolved, possible DNS issues, exiting...
Since my internet connection is DSLite (i.e. NAT'ed and congested IPv4) I would very much like support for IPv6 endpoints in WireGuard. This is with Mullvad.
The same seems to be true for IPv6 OpenVPN remotes. Very similar error message.
I attempted modifying things myself but I can't get the docker images to build. There seem to be a multitude of calls to curl
with --connect-timeout 5
which isn't enough time to do the DNS lookups for some reason. Those in the image repos I can fix, but I'm not starting to mess with the scriptset zip. I'm giving up.
I attempted to expand this regex to also detect IPv6 addresses https://github.com/binhex/arch-int-vpn/blob/ef0fb8a1afb8e352a0bf83230b2dce5fb4f34056/run/root/start.sh#L135.