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
Custom VPN providers like PureVPN do not provide an IP address in their custom wireguard. Rather, a domain/subdomain is listed and gluetun does not accept this as a valid VPN_ENDPOINT_IP parameter.
I traced the domain to an IP address, and used that instead. However, if someone changes the DNS records for the domain, my connection will break.
Thus, allowing a domain for the VPN_ENDPOINT_IP parameter (that is then resolved to an IP dynamically) would be useful for PureVPN and perhaps other custom VPN providers.
Extra information and references
No response
The text was updated successfully, but these errors were encountered:
What's the feature 🧐
Custom VPN providers like PureVPN do not provide an IP address in their custom wireguard. Rather, a domain/subdomain is listed and gluetun does not accept this as a valid VPN_ENDPOINT_IP parameter.
I traced the domain to an IP address, and used that instead. However, if someone changes the DNS records for the domain, my connection will break.
Thus, allowing a domain for the VPN_ENDPOINT_IP parameter (that is then resolved to an IP dynamically) would be useful for PureVPN and perhaps other custom VPN providers.
Extra information and references
No response
The text was updated successfully, but these errors were encountered: