I've put in 6+ hours so far today trying to get this working again after updating from qmcgaw/gluetun:v3.34.1 to qmcgaw/gluetun:latest. Can the template get a review as it pertains to WireGuard & AirVPN?
It looks like --device /dev/net/tun is also necessary now as an Extra Parameter:
TUN device is not available: open /dev/net/tun: no such file or directory; creating it...
--cap-add=NET_ADMIN on it's own doesn't appear to be sufficient.
The server IP I have provided in my airvpn.conf isn't listed here: https://raw.githubusercontent.com/qdm12/gluetun/refs/heads/master/internal/storage/servers.json
Would that absence block a vpn connection?
ERROR [vpn] finding a VPN server: target IP address not found
A number of the fields should be assessed for necessity (*). If using WireGuard, the OpenVPN details shouldn't be necessary for example and this may be leading to confusion within the docker.
Most of the URL references are outdated (like the wiki).
Missing:
WIREGUARD_PERSISTENT_KEEPALIVE_INTERVAL
probably many more I haven't stumbled on
Default HEALTH_TARGET_ADDRESS is github.com:443 rather than the referenced: cloudflare.com:443
I've put in 6+ hours so far today trying to get this working again after updating from
qmcgaw/gluetun:v3.34.1toqmcgaw/gluetun:latest. Can the template get a review as it pertains to WireGuard & AirVPN?It looks like
--device /dev/net/tunis also necessary now as an Extra Parameter:TUN device is not available: open /dev/net/tun: no such file or directory; creating it...--cap-add=NET_ADMINon it's own doesn't appear to be sufficient.The server IP I have provided in my airvpn.conf isn't listed here: https://raw.githubusercontent.com/qdm12/gluetun/refs/heads/master/internal/storage/servers.json
Would that absence block a vpn connection?
ERROR [vpn] finding a VPN server: target IP address not foundA number of the fields should be assessed for necessity (*). If using WireGuard, the OpenVPN details shouldn't be necessary for example and this may be leading to confusion within the docker.
Most of the URL references are outdated (like the wiki).
Missing:
WIREGUARD_PERSISTENT_KEEPALIVE_INTERVALprobably many more I haven't stumbled on
Default
HEALTH_TARGET_ADDRESSisgithub.com:443rather than the referenced:cloudflare.com:443