Open silentknight509 opened 4 years ago
+1 any updates on this?
Having the same issue, initiates normally but when I do a leak test it is not under the VPN connection.
qbittorrentvpn | ||
---|---|---|
date | stream | content |
1/6/2021 3:12 | stdout | 2021-01-06 03:12:37.213997 [info] Started qBittorrent daemon successfully... |
1/6/2021 3:12 | stdout | 2021-01-06 03:12:37.208480 [info] qBittorrent PID: 51 |
1/6/2021 3:12 | stdout | Logging to /config/qBittorrent/data/logs/qbittorrent-daemon.log. |
1/6/2021 3:12 | stdout | 2021-01-06 03:12:36.167883 [info] Starting qBittorrent daemon... |
1/6/2021 3:12 | stdout | 2021-01-06 03:12:36.132016 [warn] UMASK not defined (via -e UMASK), defaulting to '002' |
1/6/2021 3:12 | stderr | useradd: user 'qbittorent' already exists |
1/6/2021 3:12 | stdout | Adding 1026 user |
1/6/2021 3:12 | stderr | groupadd: GID '100' already exists |
1/6/2021 3:12 | stdout | Adding 100 group |
1/6/2021 3:12 | stdout | 2021-01-06 03:12:36.086395 [info] Adding 8.8.4.4 to resolv.conf |
1/6/2021 3:12 | stdout | 2021-01-06 03:12:36.049953 [info] Adding 8.8.8.8 to resolv.conf |
1/6/2021 3:12 | stdout | 2021-01-06 03:12:36.012215 [info] VPN_ENABLED defined as 'Yes' |
You misspelled privileged
, privileged
also isn't an environment variable, its a docker flag/option.
Also, VPN_ENABLED
needs to be yes
not Yes
Thanks, did not realize that the Yes was the wrong thing, fixed it and now it is working.
I have setup the container on my Synology 1019+ and it runs. The logs show VPN is enabled. I have uploaded the ovpn file.
When running QBT, it is not utilizing the VPN however. My actual IP shows and the downloads do not progress as torrents are blocked via my ISP.
I have attached my variables as well.