Update readme

This commit is contained in:
Denis-Cosmin Nutiu 2019-04-14 13:44:44 +03:00
parent 379459e3d9
commit c987354d0f
2 changed files with 6 additions and 9 deletions

View file

@ -1,2 +1 @@
[vpnservers]
#user@ip
[vpnservers]

View file

@ -1,11 +1,10 @@
# OpenVPN server + Obfs4
# OpenVPN + Obfs4 Server
This playbook is configure multiple servers specified in the `hosts` file to act
as an OpenVPN server + obs4 proxy.
This playbook automates the configuration of an OpenVPN + Obs4 server.
This is useful when you want to evade censorship and surveilance.
This is useful when you want to evade censorship and surveilance or just browse the web "privately".
After this script finishes you get a `user@ip` folder in this folder with the following files:
After this playbook finishes executing you get a `user@ip` folder with the following files:
```
├── root
@ -20,5 +19,4 @@ After this script finishes you get a `user@ip` folder in this folder with the fo
The `client.ovpn` file is the file that shall get imported into the OpenVPN client, before using this file you should change the port from 1194/tcp to 443/tcp.
The `obfs4_bridgeline.txt` file will contain the obfs4's proxy cert, that is used to communicate with
the obfs4 proxy that's installed on the server.
The `obfs4_bridgeline.txt` file will contain the obfs4's proxy cert key, that is used to communicate with the obfs4 proxy that's installed on the server.