Connect via openvpn using free vpngate.net config data from the CLI
$ npm install --global vpn-gate$ sudo vpn-gate [<COUNTRY>] [-p] <portnumber>You can omit parameter, then openvpn will use config data with the highest score
$ sudo vpn-gate...or you can use short country name, next command will load config data by openvpn that applies to Japan country and has highest score
$ sudo vpn-gate jp...or with full country name
$ sudo vpn-gate japanAlso you can specify port number for web interface, by default it will be 3333
$ sudo vpn-gate jp -p 9000A little bit more freedom you can get by going to http://localhost:3333 after vpn-gate started
Web interface
MIT © Alexander Kazmin

