killswitch prevents making a connection
Opened this issue · 3 comments
shypaperbag commented
If killswitch is set to on then doing a nordvpn connect
fails.
The only way to connect is to turn off the killswitch, connect and reconnect as below.
nordvpn set killswitch off;
nordvpn connect;
nordvpn set killswitch on;
Expected Behaviour
That a nordvpn connect
would work regardless of the setting on killswitch.
mariusSincovici commented
hi,
could you please try to reconnect with killswitch on, after a successful connection?
nordvpn set killswitch off;
nordvpn connect;
nordvpn set killswitch on;
nordvpn disconnect;
nordvpn connect; <--- does it work this time?
shypaperbag commented
Seems to have fixed it and the problem doesn't seem to be reappearing for now
mariusSincovici commented
Ok, thanks, we'll register a bug on our side and investigate this.