You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.
In Kubernetes, clients connect to services over the Kubernetes network range (example CIDR 10.244.0.0/16).
So the journey my local machine takes to connect to the docker-qbittorrentvpn is (all numbers are hypotheticals):
Setting the docker-qbittorrentvpn LAN_NETWORK variable as both CIDRs does not make local access possible. Example:
Browser gets a "This site can not be reached" when trying the correct IP:port.
There's nothing in the logs about failed site access.
However if I access docker-qbittorrentvpn from a reverse proxy (Traefik), access is perfect.
Any ideas on how to fix the local access?
The text was updated successfully, but these errors were encountered: