NordVPN cli to the rescue:
Be sure to enclose the full string in quotes, eg.:
Before establishing a VPN connection, add a rule to whitelist port 22. This will prevent the service from disrupting your access to the shell, as described here.
Code:
$ nordvpn login --helpUsage: nordvpn login [command options] [arguments...]Options: --callback Complete the login manually if your browser fails to open the app. After you successfully log in on your browser, copy the link of the "Continue" button and paste it enclosed in quotation marks as an argument for this option.
Code:
$ nordvpn login --callback "nordvpn://login?action=login&exchange_token=[some_token]"Welcome to NordVPN! You can now connect to VPN by using 'nordvpn connect'.
Code:
$ nordvpn whitelist add port 22Port 22 (UDP|TCP) is allowlisted successfully.
Statistics: Posted by rpbillz — Mon Nov 25, 2024 12:42 pm