You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
⚠️ WIREGUARD_ADDRESSES may only contain an IPv6 address (such as ff:ff.../128) if your container setup supports IPv6. To do so, see the IPv6 document. Otherwise, remove the IPv6 address from WIREGUARD_ADDRESSES.
Wireguard: modify the WIREGUARD_ADDRESSES value to have both an IPv4 and IPv6 address. Note if you only set an IPv6 Wireguard address, all IPv4 traffic won't go through which is undesirable.
Does this mean that gluetun either only supports IPv4 or IPv6 when it comes to AirVPN, but not both?
The text was updated successfully, but these errors were encountered:
WIREGUARD_ADDRESSES may only contain an IPv6 address (such as ff:ff.../128) if your container setup supports IPv6. To do so, see the IPv6 document. Otherwise, remove the IPv6 address from WIREGUARD_ADDRESSES.
Means you can only add an IPv6 address if your setup supports IPv6. You can have an IPv4 address always.
Wireguard: modify the WIREGUARD_ADDRESSES value to have both an IPv4 and IPv6 address. Note if you only set an IPv6 Wireguard address, all IPv4 traffic won't go through which is undesirable.
Means you should really set both an ipv4 and ipv6 address to tunnel both ip families.
so it's IPv4 OR (IPv4 and IPv6).
Please let me know if you feel something could be reworded to be clearer 😉
URL to the Wiki page
https://github.com/qdm12/gluetun-wiki/blob/main/setup/providers/airvpn.md
What's missing?
First, from the AirVPN config page:
And second, from the IPv6 page:
Does this mean that gluetun either only supports IPv4 or IPv6 when it comes to AirVPN, but not both?
The text was updated successfully, but these errors were encountered: