Hello!
For the readers' comfort, we paste here the solution, that you confirmed as working, suggested by the support team on your ticket
Kind regards
=====
Hello and thank you for your choice!
Thank you for your great feedback.
GlueTun supports AirVPN and bypasses the endpoint specified in the WireGuard profile, hence the problem you experience occurs. Therefore, you should make use of its environment variables to make sure that it connects always to the same server:
SERVER_NAMES: Comma separated list of server names
Example:
SERVER_NAMES=Angetenar
or always to the same city (but potentially to different servers if that city offers multiple servers):
SERVER_CITIES: Comma separated list of cities
Example:
SERVER_CITIES=Toronto
You can add the above in the compose file. Please check the documentation here:
https://github.com/qdm12/gluetun-wiki/blob/main/setup/providers/airvpn.md
Kind regards
AirVPN Support Team