Replies: 1 comment
-
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.
-
I recently set up ipv6 in Docker so I could use ipv6 through the vpn. Everything works great, I can access ipv6 addresses through the vpn and connect to qBittorrent webui through port 8080 with FIREWALL_INPUT_PORTS, except after enabling ipv6 the webui of qBittorrent became very slow.
When i disconnect my qBittorrent container from the Gluetun container and test it directly to the qbittorrent container, the webgui loads instantly. It's only slow when i access the webui through gluetun since ipv6 was enabled.
I can curl -6 from another container in the same network to gluetun, so ipv6 seems working correctly. I also didn't see any errors in the container logs. Sometimes when I load the webui it gives the loading message: "Checking current auth state...".
Oh and I use Nginx Proxy Manager to access the webgui. Its a container on the same docker network. Its a user defined docker network in bridge mode with ipv4 and ipv6 addresses
Beta Was this translation helpful? Give feedback.
All reactions