-
Notifications
You must be signed in to change notification settings - Fork 266
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disallow bypass when vpn is lockdown #420
base: master
Are you sure you want to change the base?
Conversation
Allowing network bypass on a vpn that's running in lockdown mode causes it to lose internet connectivity. Prevent the vpn from entering such a state at least on vpn-start / vpn-restart.
A slightly better implementation would check for vpn lockdown on every Prior art: #24 (comment) |
gh pr checkout 420 |
Allowing network bypass on a vpn that's running in lockdown mode
causes it to lose internet connectivity. Prevent the vpn from entering
such a state at least on vpn-start / vpn-restart.