This Node.js script is my own reimplementation of unmaintained python 2 script. It enables users to easily connect to VPNGate's free VPN service. The script prompts the user to specify their desired output country, and automatically selects the best server for that location. With this script, users can easily connect to VPNGate's VPN service without needing to manually configure any settings or choose a server.
npm install
sudo node serve.js US # or sudo node serve.js "United States"
- Successfully connected
- IP check
sudo killall openvpn

