I've been using the nzbgetvpn docker for some time now and it's working fine, except for one issue. I use NZBHydra for aggregating indexers, and when I send a link from here to NZBGet to download, it fails because it can't get to this URL on my local network, it's looking for something like http://192.168.1.10:5075/getnzb?apikey=1234&searchresultid=1234, it will sit and try to fetch this for a while and then fail. I assume this is because it is trying to go out the VPN to get to this URL, which it should not do. I have the LAN_Network variable set to 192.168.1.0/24.
Anyway to configure it to not use the VPN for local addresses?