PIA (switched from Nord)..slight differences, but what's the tweak? #2872
Unanswered
RyanGuyCode
asked this question in
Q&A
Replies: 1 comment
-
typo fixed |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Ok there is lots of articles and issues that were with PIA, but I switched from NORD....and it seems to have setup just fine BUT for a final error...I am not 100% sure I have it quite right...looks right.. )
Anyway, thanks in advance.
The setup is via portainer, Synology, etc.
Here is my config (basic):
version: '3.3' services: transmission-openvpn: cap_add: - NET_ADMIN volumes: - /volume1/docker/transmission/data:/config - /volume1/data/transmission:/data environment: - OPENVPN_PROVIDER=PIA - CREATE_TUN_DEVICE=true - OPENVPN_USERNAME=UNAME - OPENVPN_PASSWORD=PWORD - OPENVPN_CONFIG=us_denver - LOCAL_NETWORK=192.168.0.0/16,10.0.0.0/8 - TZ=America/Chicago - OPENVPN_OPTS=--inactive 3600 --ping 10 --ping-exit 60 - TRANSMISSION_HOME=/config/transmission-home - TRANSMISSION_DOWNLOAD_DIR=/data/downloads - TRANSMISSION_INCOMPLETE_DIR=/data/incomplete - restart=always - dns=8.8.8.8 - dns=4.4.4.4 - PUID=1026 - PGID=100 logging: driver: json-file options: max-size: 10m restart: always ports: - '9091:9091' image: haugene/transmission-openvpn
transmission became responsive
ID Done Have ETA Up Down Ratio Status Name
Sum: None 0.0 0.0
setting transmission port to
localhost:9091/transmission/rpc/ responded: success
Checking port...
Error: Couldn't test port: Bad Request (400)
Beta Was this translation helpful? Give feedback.
All reactions