haugene / vpn-configs-contrib

A collection of configs for various VPN providers
GNU General Public License v3.0
191 stars 757 forks source link

when using proton port flips often and has trouble #317

Open chrisdrackett opened 1 month ago

chrisdrackett commented 1 month ago

Is there a pinned issue for this?

Is there an existing or similar issue for this?

Is there any comment in the documentation for this?

Is this related to the container/transmission?

Are you using the latest release?

Have you tried using the dev branch latest?

Config used

    image: haugene/transmission-openvpn
    container_name: transmission
    cap_add:
      - NET_ADMIN
    volumes:
      - /volume1/docker/transmission/proton:/etc/openvpn/custom/
      - /volume2/downloads:/data
      - /volume1/docker/transmission/config:/config'
    environment:
      - OPENVPN_PROVIDER=custom
      - OPENVPN_CONFIG=us-az-106.protonvpn.udp
      - OPENVPN_USERNAME=…
      - OPENVPN_PASSWORD=…
      - OPENVPN_OPTS=--inactive 3600 --ping 10 --ping-exit 60
      - LOCAL_NETWORK=192.168.0.0/16
      - TRANSMISSION_WEB_UI=transmissionic
      - TZ=US
      - PGID=100
      - PUID=1036
      - LOG_TO_STDOUT=true

Current Behavior

I'm seeing the following in the logs:

tm

where it'll find a port and its open, then immediately set another port. At this point it will try and fail to find the new port open 50 times.

Expected Behavior

When it finds an open port stick to it for more than a second

How have you tried to solve the problem?

I've reviewed the script, but I'm not an expert on any of this.

Log output

posted in current behavior

Environment

- OS:
- Docker:

Anything else?

No response