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
{{ message }}
This repository has been archived by the owner on Jan 6, 2022. It is now read-only.
Hi Chad,
Thanks for your great work!
Would it be possible to add a feature to check that I m connected to a NordVPN server?
I just realized that I wasn t for many weeks because I don t have a monitoring tool. This feature would provide me enough to make a script to refresh every minute or so to add to my desktop bar.
Cheers :)
The text was updated successfully, but these errors were encountered:
This would be simple to add, so i'm more than happy to do so. I am however rather busy at the moment, so it might take a couple of weeks.
In the meantime, using a combinations of auto-connect and kill-switch will instantly take down your network connection if the VPN drops, if that's an option for you!
I will keep this open to notify you of any progress.
Thanks Chad! That would be great!
I used the combo auto-connect and kill-switch in the past but I moved apartment and with the new wifi connection I don t think it was on by default. I assumed it was still on but it wasn t. Hence my request. :)
In the meantime I did 2 mini-scripts that cover some of my needs:
to see if I m using a VPN (launched every second):
ifconfig tun0 &> /dev/null
to see which ip is seen from the outside world (I lauch this one every minute):
curl ifconfig.me
Unfortunately they don t tell me if I m connected to a NordVPN server. I have to guess it from the ip displayed and hope that tun0 corresponds to the correct VPN connection. :(
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi Chad,
Thanks for your great work!
Would it be possible to add a feature to check that I m connected to a NordVPN server?
I just realized that I wasn t for many weeks because I don t have a monitoring tool. This feature would provide me enough to make a script to refresh every minute or so to add to my desktop bar.
Cheers :)
The text was updated successfully, but these errors were encountered: