nordvpn
nordvpn copied to clipboard
Nordvpn.com helper script for openvpn
I get the following when running nordvpn in Arch Linux fully updated. Have I just configured it wrong? I am using the AUR package. ``` No configuration files found or...
This repo implements server selection using only bash: https://github.com/j-piecuch/nordselect-bash. The URL that is used here to select a server seems to have a 1 hour rate limit, so it's not...
Included the change from https://github.com/nstinus/nordvpn/pull/48 to fix the remote URL.
As reported in #47 , the remote url does not work anymore. This PR changes it to https://downloads.nordcdn.com/configs/archives/servers/ovpn.zip as documented on https://support.nordvpn.com/Connectivity/Linux/1061938702/How-to-connect-to-NordVPN-using-Linux-Network-Manager.htm
I can't run the program and I have absolutely no idea why. ``` [helix@vega ~]$ sudo nordvpn best No configuration files found or files too old. Updating now... Downloading nordvpn...
Hi, thanks for the script. Here is an idea to make the "nordvpn list" function 100x faster. ``` # original with hot cache time ( find /etc/openvpn/client/ -type l -name...
Faster server ranking by using ip's from nordvpn configs. Also the non-responding servers are no longer printed by rank.
openvpn[30085]: Failed to set DNS configuration: Unit dbus-org.freedesktop.resolve1.service not found. Any idea how to fix? openvpn seems not hiding my ip :\
I have a timeout when running the best-command. I have added the verbose output. ``` > sudo nordvpn -v best -r eu -n 10 + shift + '[' 5 -ne...
Firstly, I would like to point out that I really love this utility, it is a real life saver. However, there is a problem when **curl** is sandboxed using the...