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

Bug: servers update 'no such host' with purevpn provider #2290

Closed
fdool73 opened this issue May 21, 2024 · 3 comments
Closed

Bug: servers update 'no such host' with purevpn provider #2290

fdool73 opened this issue May 21, 2024 · 3 comments

Comments

@fdool73
Copy link

fdool73 commented May 21, 2024

Is this urgent?

No

Host OS

Debian bookworm

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 2024-05-10T14:34:10.339Z (commit 1e25372)

What's the problem 🤔

Updating servers does not work

Share your logs (at least 10 lines)

docker run --rm -v /$PWD:/gluetun qmcgaw/gluetun update -enduser -providers purevpn
INFO merging by most recent 19425 hardcoded servers and 19425 servers read from /gluetun/servers.json
INFO Using purevpn servers from file which are 159 days more recent
INFO updating Purevpn servers...
WARN reached the maximum number of consecutive failures: 2 failed attempts resolving my2-auto-tcp.ptoserver.com: lookup my2-auto-tcp.ptoserver.com on 192.168.4.60:53: no such host
WARN reached the maximum number of consecutive failures: 2 failed attempts resolving th2-auto-tcp.ptoserver.com: lookup th2-auto-tcp.ptoserver.com on 192.168.4.60:53: no such host
WARN reached the maximum number of consecutive failures: 2 failed attempts resolving my2-auto-udp.ptoserver.com: lookup my2-auto-udp.ptoserver.com on 192.168.4.60:53: no such host
WARN reached the maximum number of consecutive failures: 2 failed attempts resolving th2-auto-udp.ptoserver.com: lookup th2-auto-udp.ptoserver.com on 192.168.4.60:53: no such host
ERROR updating server information: getting servers: too many requests sent for this month from https://ipinfo.io/172.111.152.164: 429 429 Too Many Requests
INFO Shutdown successful

Share your configuration

services:
  gluetun:
    image: qmcgaw/gluetun
    container_name: gluetun
    security_opt:
      - no-new-privileges:true
    restart: unless-stopped
    networks:
      - default
    cap_add:
      - NET_ADMIN
    devices:
      - /dev/net/tun
    ports:
      - 6881:6881
      - 6881:6881/udp
    volumes:
      - $DOCKERDIR/appdata/gluetun:/gluetun
    environment:
      TZ: $TZ
      # OpenVPN
      VPN_SERVICE_PROVIDER: purevpn
      VPN_TYPE: openvpn
      OPENVPN_USER: $PUREVPN_USERNAME
      OPENVPN_PASSWORD: $PUREVPN_PASSWORD
      SERVER_COUNTRIES: $VPN_COUNTRY 
      FIREWALL_OUTBOUND_SUBNETS: "192.168.48.0/24"
Copy link
Contributor

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

@fdool73 fdool73 closed this as completed May 22, 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.

@conrad-roux
Copy link

Hi @fdool73, did you get this resolved? I updated to a new build and now I have the exact same issue.

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