qdm12 / gluetun

VPN client in a thin Docker container for multiple VPN providers, written in Go, and using OpenVPN or Wireguard, DNS over TLS, with a few proxy servers built-in.
https://hub.docker.com/r/qmcgaw/gluetun
MIT License
6.71k stars 331 forks source link

Feature request: support alpha-numeric Wireguard endpoints #2232

Closed chinarut closed 2 months ago

chinarut commented 2 months ago

What's the feature 🧐

I got this config from my VPN provider (sanitized):

[Interface]
PrivateKey = ***
Address = *.*.*.*
DNS = 8.8.8.8

[Peer]
PublicKey = ***
AllowedIps = 0.0.0.0/0
Endpoint = uk.wg.vpnprovider.com:993
PersistentKeepalive = 21

Gluetun doesn't accept non-numeric IPs so I had to ping the address and update it to:

Endpoint = 123.0.0.123:993

and all is good in the Gluetun hood - thank you for all your hard work! 🏹

Extra information and references

No response

github-actions[bot] commented 2 months ago

@qdm12 is more or less the only maintainer of this project and works on it in his free time. Please:

qdm12 commented 2 months ago

Thanks for taking the time to create the issue. Please subscribe to issue #788 which would resolve this (it's a few weeks away still unfortunately due to how gluetun is designed). Closing this as a duplicate (-ish) issue 😉

github-actions[bot] commented 2 months ago

Closed issues are NOT monitored, so commenting here is likely to be not seen. If you think this is still unresolved and have more information to bring, please create another issue.

This is an automated comment setup because @qdm12 is the sole maintainer of this project which became too popular to monitor issues closed.