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
7.52k stars 355 forks source link

Fix some invalid ip addresses of fastestvpn using the latest dig results #2174

Closed Nehereus closed 5 months ago

qdm12 commented 6 months ago

I appreciate the manual work, but there is already a system in place to update servers:

https://github.com/qdm12/gluetun-wiki/blob/main/setup/servers.md#update-the-vpn-servers-list

Feel free to PR an update to fastestvpn if you want, but by running the builtin update code, so it updates everything.

Nehereus commented 6 months ago

I appreciate the manual work, but there is already a system in place to update servers:

https://github.com/qdm12/gluetun-wiki/blob/main/setup/servers.md#update-the-vpn-servers-list

Feel free to PR an update to fastestvpn if you want, but by running the builtin update code, so it updates everything.

Thank you for your quick replying. I didn't realize there's an automated updater in place. Thank you for letting me know and I'll look into it to see if there's anything I can do.