Skip to content

amilajack/node-vpn-gate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vpn-gate

Connect via openvpn using free vpngate.net config data from the CLI

Screenshot

Install

$ npm install --global vpn-gate

Usage

$ sudo vpn-gate [<COUNTRY>] [-p] <portnumber>

Examples

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 japan

Also you can specify port number for web interface, by default it will be 3333

$ sudo vpn-gate jp -p 9000

A little bit more freedom you can get by going to http://localhost:3333 after vpn-gate started

Web interface

Screenshot

License

MIT © Alexander Kazmin

About

Connect via openvpn using free vpngate.net config data from the CLI

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 95.0%
  • CSS 3.5%
  • HTML 1.5%