You are not logged in.
Pages: 1
Hi, I've been thinking for several days about how to configure a kind of killswitch with shutter but I can't find the option.
I want when it disconnects from a vpn to block the internet connection until it reconnects. Is it possible to configure a killswitch with shutter?
Thanks
Offline
You could try disabling the network adapter, which can be done via command line.
netsh interface set interface 'INTERFACE NAME' disable
See https://superuser.com/questions/1689648 … windows-10
Such actions usually require administrative privilege, but otherwise you can call this from within Shutter.
Another idea is to configure a global proxy to a non-existent server (e.g. localhost on a random port), but applications can easily work around it by not using system proxy settings.
Offline
Pages: 1