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
I have a wireguard server on a 3rd party VPS. When connected to it from a windows client, It can access the HA instance on the LAN just fine, I think it's because windows bypasses local traffic from the wireguard netwok interface. But on an android client, HA was unreachable.
At first I port forwarded the local-ip:8123 to the public-ip:8123 at the VPN level. But ultimately it makes more sense to bypass LAN traffic entirely from wireguard with the allowdisallow options.
Actually the android wireguard app has an option for this: select your vpn connection, edit, 'exclude private IPs' which will automatically handle that for you.
Is your feature request related to a problem? Please describe.
When vpn is on, internal url is obviously not reachable, external URL should be used
Describe the solution you'd like
Detect if vpn is on, even if network SSID match one in database, use external URL anyways
Describe alternatives you've considered, if any
Wait 60 second until it time out and refresh external url
Additional context
The text was updated successfully, but these errors were encountered: