AutoVPN

VizOne

✨ Cvv Seller ✨
Verified Vendor
May 27, 2016
2,821
818
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:

Code:
$ git clone https://github.com/adtac/autovpn
$ cd autovpn
Then run this to generate the executable:

Code:
$ go build autovpn.go
It’s Go. What do you expect?

Requirements

This requires openvpn. To install this on a yum-based distro:

$ sudo dnf install openvpn
If you’re on a apt-based distro:

Code:
$ sudo apt-get install openvpn
Tested and works on Fedora 23. Dunno about Windows. Patches welcome.

Usage

Simply run:

Code:
$ ./autovpn
and you’re done. You’ll be connected to a server in the US. Welcome to the US!

You can give a country if you want. For example, if you want to connect to a server in Japan:

Code:
$ ./autovpn JP
You may need superuser privileges. Don’t worry, I’m not running rm -rf --no-preserve-root / underneath. It’s for openvpn.
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu