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

ExpressVPN :latest unable to connect #57

Open
Anqui3tas opened this issue Apr 25, 2024 · 1 comment
Open

ExpressVPN :latest unable to connect #57

Anqui3tas opened this issue Apr 25, 2024 · 1 comment

Comments

@Anqui3tas
Copy link

decided to try to pull the latest image to see if it would connect, I've gone back to 3.57.0.3-1.653ac494 as it has no issues.

unable to connect to any servers.

yaml config:

expressvpn:
    image: polkaned/expressvpn:latest
    container_name: expressvpn
    environment:
        - ACTIVATION_CODE= [my code removed to post]
    cap_add:
        - NET_ADMIN
    devices:
        - "/dev/net/tun:/dev/net/tun"
    privileged: true
    tty: true
    ports: [removed to shorten post]
    command: /bin/bash
    restart: unless-stopped
@didster
Copy link

didster commented May 2, 2024

Same. Possibly linked to #55

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