-
-
Notifications
You must be signed in to change notification settings - Fork 367
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
Bug: PureVPN obf servers missing #1501
Comments
Did you try updating the servers using the procedure in this section of the Wiki? |
Hi @bnhf , yes I did, although i ran in to a couple of issues, (1) I didn’t know what the associated IP addresses were, so I used some other server listing and (2) when I made the update and synced it back, it still reported the same error, in that the domain address i added still doesn’t appear in the listing Gluetun looks to ??.
|
So I did an update for PureVPN, and these are the ones I got. It was pretty fast, so I'm guessing it's being delivered by their API: {
"vpn": "openvpn",
"country": "Netherlands",
"region": "North Holland",
"city": "Amsterdam",
"hostname": "eg2-auto-tcp.ptoserver.com",
"tcp": true,
"ips": [
"45.74.55.6"
]
},
{
"vpn": "openvpn",
"country": "Netherlands",
"region": "North Holland",
"city": "Amsterdam",
"hostname": "eg2-auto-udp.ptoserver.com",
"udp": true,
"ips": [
"45.74.55.4",
"45.74.55.6"
]
},
{
"vpn": "openvpn",
"country": "Netherlands",
"region": "North Holland",
"city": "Amsterdam",
"hostname": "mc2-auto-tcp.ptoserver.com",
"tcp": true,
"ips": [
"206.123.130.6"
]
},
{
"vpn": "openvpn",
"country": "Netherlands",
"region": "North Holland",
"city": "Amsterdam",
"hostname": "mc2-auto-udp.ptoserver.com",
"udp": true,
"ips": [
"206.123.130.4"
]
},
{
"vpn": "openvpn",
"country": "Netherlands",
"region": "North Holland",
"city": "Amsterdam",
"hostname": "ng2-auto-tcp.ptoserver.com",
"tcp": true,
"ips": [
"172.111.128.228",
"172.111.128.229"
]
},
{
"vpn": "openvpn",
"country": "Netherlands",
"region": "North Holland",
"city": "Amsterdam",
"hostname": "ng2-auto-udp.ptoserver.com",
"udp": true,
"ips": [
"172.111.128.228",
"172.111.128.229"
]
},
{
"vpn": "openvpn",
"country": "Netherlands",
"region": "North Holland",
"city": "Amsterdam",
"hostname": "nl2-auto-tcp.ptoserver.com",
"tcp": true,
"ips": [
"5.254.48.134",
"37.46.122.84"
]
},
{
"vpn": "openvpn",
"country": "Netherlands",
"region": "North Holland",
"city": "Amsterdam",
"hostname": "nl2-auto-udp.ptoserver.com",
"udp": true,
"ips": [
"5.254.48.201"
]
},
{
"vpn": "openvpn",
"country": "Netherlands",
"region": "North Holland",
"city": "Amsterdam",
"hostname": "om2-auto-tcp.ptoserver.com",
"tcp": true,
"ips": [
"172.94.94.5"
]
},
{
"vpn": "openvpn",
"country": "Netherlands",
"region": "North Holland",
"city": "Amsterdam",
"hostname": "om2-auto-udp.ptoserver.com",
"udp": true,
"ips": [
"172.94.94.5"
]
},
{
"vpn": "openvpn",
"country": "Netherlands",
"region": "North Holland",
"city": "Amsterdam",
"hostname": "pa2-auto-tcp.ptoserver.com",
"tcp": true,
"ips": [
"172.94.87.6",
"172.94.87.69"
]
},
{
"vpn": "openvpn",
"country": "Netherlands",
"region": "North Holland",
"city": "Amsterdam",
"hostname": "pa2-auto-udp.ptoserver.com",
"udp": true,
"ips": [
"172.94.87.67",
"172.94.87.69"
]
},
{
"vpn": "openvpn",
"country": "Netherlands",
"region": "North Holland",
"city": "Amsterdam",
"hostname": "pr2-auto-tcp.ptoserver.com",
"tcp": true,
"ips": [
"104.250.183.4",
"104.250.183.6"
]
},
{
"vpn": "openvpn",
"country": "Netherlands",
"region": "North Holland",
"city": "Amsterdam",
"hostname": "pr2-auto-udp.ptoserver.com",
"udp": true,
"ips": [
"104.250.183.4",
"104.250.183.6"
]
},
{
"vpn": "openvpn",
"country": "Netherlands",
"region": "North Holland",
"city": "Amsterdam",
"hostname": "vg2-auto-tcp.ptoserver.com",
"tcp": true,
"ips": [
"104.243.253.4"
]
},
{
"vpn": "openvpn",
"country": "Netherlands",
"region": "North Holland",
"city": "Amsterdam",
"hostname": "vg2-auto-udp.ptoserver.com",
"udp": true,
"ips": [
"104.243.253.6"
]
}, Have you tried just specifying a SERVER_COUTRIES=Netherlands, or SERVER_CITIES=Amsterdam, or using one of the hostnames that shows up on the above list? Are any or all of those options working? When you run the update, are you binding /gluetun to the same directory on your host that you use for normal operation? If you look at the servers.json properties is it actually getting updated? |
Hi, my gluetun set up has been pretty solid for a while, it's only in the last week that it's reported that the details I was using was not valid any more. Here is my current config, which I'm trying out but it's failing as the udp server is not in the Gluetun list. (Previous choice is the one commented out)
What's interesting about the list of servers you shared is that if the fist part of the server name is supposed to represent the country, then shouldn't they all start nl? Also it's been a while since I have changed the compose file, can I get away with just choosing a country or a city now, I don't have to specify everything? |
Yes, I'd suggest using the broadest scope as far as servers are concerned that meets your needs. If any server in the Netherlands is fine with you, then only specify SERVER_COUNTRIES=Netherlands, and one will be selected at random for you, and you'll rollover to another in the Netherlands if your connection becomes unhealthy for any reason. Or, if you'd always like an server in Amsterdam specify that, and comment out the others. They way you're doing it, you may only ever get one of the two listed as SERVER_HOSTNAMES. Better to spread your traffic around to a larger group of servers I would think. Maybe try commenting out SERVER_REGIONS, SERVER_CITIES and SERVER_HOSTNAMES and see how that works -- as a starting point. |
The OpenVPN servers data is obtained from https://d32d3g1fvkpl8y.cloudfront.net/heartbleed/windows/New+OVPN+Files.zip I guess PureVPN didn't add those new obf servers to it. Can you contact them and ask them to either update the zip file or provide a new zip url link containing the obf servers? |
I’ve tried a couple of times to get the full list but they keep sending me to the my.purevpn.com member area, and download each server individually.. |
We need to change the purevpn provider code to fetch servers data from https://www.purevpn.com/servers that should do it instead of their zip file. However this is not a priority, and in case someone wants to take a stab at it, this has to be changed:
An example of update extracting server data from html code is SlickVPN's update code:
But all this is not super ideal either, since if they update the website, the updating code will no longer work 😢 |
Is this urgent?
Yes
Host OS
QNAP Linux
CPU arch
x86_64
VPN service provider
PureVPN
What are you using to run the container
docker run
What is the version of Gluetun
Running version latest built on 2022-12-31T17:50:58.654Z (commit ea40b84)
What's the problem 🤔
Hi
This is both a configuration issue and by association a Wiki issue: All PureVPN UDP servers need updating ?
Based on the PureVPN server listing - https://www.purevpn.com/servers, all udp servers on the wiki look like they need to be updated ? The new format includes
obf
e.g. ca2-auto-udp-obf.ptoserver.comI tried to add the new ones but the Gluetun client won’t accept them as they are not part of it pre-populated list of servers.
Share your logs
Share your configuration
No logs to share
The text was updated successfully, but these errors were encountered: