DelugeVPN has Zero Bandwidth New to the group, sorry if this is in the wrong spot. My delugeVPN stopped working today. I blew away the old config, downloaded a new / latest docker. It work, I select a torrent, it says downloading but then speed quickly goes to 0.00% and never changes. Below is a past of my logs and config. Any ideas? I even tried an old torrent that worked last week no problem. Any help is appreciated. PIA username and password is verified. Made sure preferences are correct to allow for downloads... Tried Netherlands and Canada for VPN connections, same result Config: docker run -d --name='binhex-delugevpn' --net='bridge' --pids-limit 2048 --privileged=true -e TZ="America/Phoenix" -e HOST_OS="Unraid" -e HOST_HOSTNAME="Tower" -e HOST_CONTAINERNAME="binhex-delugevpn" -e 'VPN_ENABLED'='yes' -e 'VPN_USER'='pxxx -e 'VPN_PASS’=‘xxx’ -e 'VPN_PROV'='pia' -e 'VPN_CLIENT'='openvpn' -e 'STRICT_PORT_FORWARD'='yes' -e 'ENABLE_PRIVOXY'='yes' -e 'ENABLE_SOCKS'='no' -e 'SOCKS_USER'='admin' -e 'SOCKS_PASS'='socks' -e 'LAN_NETWORK'='192.168.1.0/24' -e 'VPN_INPUT_PORTS'='' -e 'VPN_OUTPUT_PORTS'='' -e 'DEBUG'='false' -e 'VPN_OPTIONS'='' -e 'ENABLE_STARTUP_SCRIPTS'='no' -e 'USERSPACE_WIREGUARD'='no' -e 'NAME_SERVERS'='1.1.1.1,1.0.0.1' -e 'DELUGE_DAEMON_LOG_LEVEL'='info' -e 'DELUGE_WEB_LOG_LEVEL'='info' -e 'DELUGE_ENABLE_WEBUI_PASSWORD'='yes' -e 'ENABLE_HEALTHCHECK'='yes' -e 'HEALTHCHECK_COMMAND'='' -e 'HEALTHCHECK_ACTION'='' -e 'HEALTHCHECK_HOSTNAME'='google.com' -e 'PUID'='99' -e 'PGID'='100' -e 'UMASK'='000' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.webui='http://[IP]:[PORT:8112]' -l net.unraid.docker.icon='https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/images/deluge-icon.png' -p '8112:8112/tcp' -p '8118:8118/tcp' -p '9118:9118/tcp' -p '58846:58846/tcp' -p '58946:58946/tcp' -p '58946:58946/udp' -v '/mnt/cache/appdata/binhex-delugevpn':'/config':'rw' -v '/mnt/user/downloads/':'/mnt/user/downloads/':'rw' --sysctl="net.ipv4.conf.all.src_valid_mark=1" 'ghcr.io/binhex/arch-delugevpn' a56af11f1c0e0438e4a1168b1664367c4870cad3ce5c316e90432f55dc4916c2 The command finished successfully! Loggs: [info] Successfully assigned and bound incoming port 2026-03-01 21:00:43,093 DEBG 'watchdog-script' stdout output: [info] Deluge listening interface IP 0.0.0.0 and VPN provider IP 10.11.112.145 different, marking for reconfigure 2026-03-01 21:00:43,099 DEBG 'watchdog-script' stdout output: [info] Deluge not running 2026-03-01 21:00:43,105 DEBG 'watchdog-script' stdout output: [info] Deluge Web UI not running 2026-03-01 21:00:43,112 DEBG 'watchdog-script' stdout output: [info] Privoxy not running 2026-03-01 21:00:43,112 DEBG 'watchdog-script' stdout output: [info] Deluge incoming port 6890 and VPN incoming port 28001 different, marking for reconfigure 2026-03-01 21:00:43,115 DEBG 'watchdog-script' stdout output: [info] Attempting to start Deluge... [info] Removing deluge pid file (if it exists)... 2026-03-01 21:00:43,647 DEBG 'watchdog-script' stdout output: [info] Deluge key 'listen_interface' currently has a value of '10.10.112.88' [info] Deluge key 'listen_interface' will have a new value '10.11.112.145' [info] Writing changes to Deluge config file '/config/core.conf'... 2026-03-01 21:00:43,972 DEBG 'watchdog-script' stdout output: [info] Deluge key 'outgoing_interface' currently has a value of 'tun0' [info] Deluge key 'outgoing_interface' will have a new value 'tun0' [info] Writing changes to Deluge config file '/config/core.conf'... 2026-03-01 21:00:44,273 DEBG 'watchdog-script' stdout output: [info] Deluge key 'default_daemon' currently has a value of '9edaaf75fbe249ac9b19cacd9901ec63' [info] Deluge key 'default_daemon' will have a new value '9edaaf75fbe249ac9b19cacd9901ec63' [info] Writing changes to Deluge config file '/config/web.conf'... 2026-03-01 21:00:44,329 DEBG 'watchdog-script' stdout output: [info] Deluge process started [info] Waiting for Deluge process to start listening on port 58846... 2026-03-01 21:00:44,903 DEBG 'watchdog-script' stderr output: /usr/lib/python3.13/site-packages/deluge/pluginmanagerbase.py:16: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources 2026-03-01 21:00:45,019 DEBG 'watchdog-script' stdout output: [info] Deluge process listening on port 58846 2026-03-01 21:00:45,521 DEBG 'watchdog-script' stderr output: /usr/lib/python3.13/site-packages/deluge/ui/ui_entry.py:20: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources 2026-03-01 21:00:48,228 DEBG 'watchdog-script' stdout output: Setting "random_port" to: False Configuration value successfully updated. 2026-03-01 21:00:48,800 DEBG 'watchdog-script' stderr output: /usr/lib/python3.13/site-packages/deluge/ui/ui_entry.py:20: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources 2026-03-01 21:00:51,378 DEBG 'watchdog-script' stdout output: Setting "listen_ports" to: (28001, 28001) Configuration value successfully updated. 2026-03-01 21:00:51,959 DEBG 'watchdog-script' stderr output: /usr/lib/python3.13/site-packages/deluge/ui/ui_entry.py:20: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources 2026-03-01 21:00:54,727 DEBG 'watchdog-script' stdout output: [info] No torrents with state 'Error' found 2026-03-01 21:00:54,728 DEBG 'watchdog-script' stdout output: [info] Starting Deluge Web UI... 2026-03-01 21:00:54,728 DEBG 'watchdog-script' stdout output: [info] Deluge Web UI started 2026-03-01 21:00:54,731 DEBG 'watchdog-script' stdout output: [info] Attempting to start Privoxy... 2026-03-01 21:00:55,386 DEBG 'watchdog-script' stderr output: /usr/lib/python3.13/site-packages/deluge/pluginmanagerbase.py:16: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources 2026-03-01 21:00:55,741 DEBG 'watchdog-script' stdout output: [info] Privoxy process started [info] Waiting for Privoxy process to start listening on port 8118... 2026-03-01 21:00:55,751 DEBG 'watchdog-script' stdout output: [info] Privoxy process listening on port 8118