- Joined
- May 27, 2016
- Messages
- 2,735
- Likes
- 796
- Points
- 723
Autovpn – Easily connect to a VPN in a country of your choice. Autovpn is a tool to automatically connect you to a random VPN in a country of your choice. It uses openvpn to connect you to a server obtained from VPN Gate.
Compiling
First clone the repo and cd into the directory:
Requirements
This requires openvpn. To install this on a yum-based distro:
If you’re on a apt-based distro:
Usage
Simply run:
You can give a country if you want. For example, if you want to connect to a server in Japan:
Compiling
First clone the repo and cd into the directory:
Then run this to generate the executable:
It’s Go. What do you expect?Code:
$ go build autovpn.go
Requirements
This requires openvpn. To install this on a yum-based distro:
$ sudo dnf install openvpnCode:
If you’re on a apt-based distro:
Tested and works on Fedora 23. Dunno about Windows. Patches welcome.Code:
$ sudo apt-get install openvpn
Usage
Simply run:
and you’re done. You’ll be connected to a server in the US. Welcome to the US!Code:
$ ./autovpn
You can give a country if you want. For example, if you want to connect to a server in Japan:
You may need superuser privileges. Don’t worry, I’m not running rm -rf --no-preserve-root / underneath. It’s for openvpn.Code:
$ ./autovpn JP