Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: support alpha-numeric Wireguard endpoints #2232

Closed
chinarut opened this issue Apr 19, 2024 · 3 comments
Closed

Feature request: support alpha-numeric Wireguard endpoints #2232

chinarut opened this issue Apr 19, 2024 · 3 comments

Comments

@chinarut
Copy link

chinarut commented Apr 19, 2024

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

Copy link
Contributor

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

@qdm12
Copy link
Owner

qdm12 commented Apr 26, 2024

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 😉

@qdm12 qdm12 closed this as not planned Won't fix, can't repro, duplicate, stale Apr 26, 2024
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants