I have a bit of a niche situation that I have been troubleshooting for awhile and had no luck fixing. I have a remote server running this container that I connect to remotely via VPN. Specifically I am using Unifi Site Magic which essentially creates a Site2Site VPN between the two. When I run the container without my ProtonVPN setup I can connect to the webUI with no issues over Site Magic. As soon as I turn on the VPN within the container I can no longer access the webUI. I had initially assumed it had something to do with the LAN_NETWORK setting but I do not think that is the case. I have the IP subnets from each site included in the LAN_NETWORK option but this doesn't solve it. I tried using a different VPN to connect to my router and as long as I add that VPN's CIDR I can connect as expected. The issues seems to be something with Site Magic specifically but I cannot determine what. Any ideas or suggestions. I have made a workaround but routing the traffic through piHole then nginx on the remote server and then to the container and that works, but I don't understand why I cannot access it directly via the IP. Thanks!