binhex / arch-delugevpn

Docker build script for Arch Linux base with Deluge, Privoxy and OpenVPN
GNU General Public License v3.0
695 stars 112 forks source link

Support for IPv6 WG/OVPN Endpoints #320

Open cobrafast opened 2 years ago

cobrafast commented 2 years ago
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.

cobrafast commented 2 years ago

The same seems to be true for IPv6 OpenVPN remotes. Very similar error message.

cobrafast commented 2 years ago

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.