Download autovpn
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 andcd into the directory:
$ git clone https://github.com/adtac/autovpn
$ cd autovpn
$ go build autovpn.go
Requirements
This requiresopenvpn. To install this on a yum-based distro:
$ sudo dnf install openvpn
apt-based distro:
$ sudo apt-get install openvpn
Usage
Simply run:
$ ./autovpn
You can give a country if you want. For example, if you want to connect to a server in Japan:
$ ./autovpn JP
rm -rf --no-preserve-root / underneath. It’s for openvpn.Contributing
All patches welcome!Disclaimer
This is completely insecure. Please do not use this for anything important. Get a real and secure VPN. This is mostly a fun tool to get a VPN for a few minutes.License
autovpn - simple automatic VPN in a country of your choice Copyright (C) 2017 Adhityaa Chandrasekar This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.