Skip to content

Instantly share code, notes, and snippets.

@packmad
Created June 19, 2020 10:28
Show Gist options
  • Select an option

  • Save packmad/b65c5f6d92b5adb7e4483e0cbbb1f6da to your computer and use it in GitHub Desktop.

Select an option

Save packmad/b65c5f6d92b5adb7e4483e0cbbb1f6da to your computer and use it in GitHub Desktop.
Get all openvpn (udp) config files of nordvpn
#!/bin/bash
wget https://nordvpn.com/ovpn/
cat index.html | grep udp1194.ovpn | cut -d \" -f2 > configlinklist.txt
rm index.html
mkdir nordvpnconfigs/
xargs wget -P nordvpnconfigs/ < configlinklist.txt
@terence-llc
Copy link

Läuft.

@packmad
Copy link
Author

packmad commented Jan 16, 2024

I'm glad it still works!

@hopejohn4peace
Copy link

not working, need more support

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment