Replies: 1 comment
-
|
Fallback interface you can just put |
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.
-
Hi
First of all great app, good work.
I am running it on pixel 5 will wireguard. It runs great.
I need to definitely have no VPN leaks so I was wondering what's the best way to achieve that?
I have set the current upstreams to tun0 and fallback to tun0
Upstream network interface is tun0
Fallback upstream interface is tun0.
Ip6 tether is disabled .
Is this the best way to ensure no VPN leaks will occur?
As a fail-safe I also run a sh script after VPNhotspot is up and running which adds to iptables FORWARD chain, at position 1
Wlan1 to tun0 accept.
Wlan1 to everywhere else, drop.
However every time VPNhotspot is restarted it adds it's own iptables rules on pos 1 in the same chain.
I add this rule myself so it VPNhotspot crashes or is killed by the OS, internet is killed for the wlan1 clients. Is that a good approach?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions