From c987354d0f434c3743c0a49cae8e8fd915eac3f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denis=20Nu=C8=9Biu?= Date: Sun, 14 Apr 2019 13:44:44 +0300 Subject: [PATCH] Update readme --- obfs4-openvpn-server/hosts | 3 +-- obfs4-openvpn-server/readme.md | 12 +++++------- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/obfs4-openvpn-server/hosts b/obfs4-openvpn-server/hosts index 029ebbc..42050c9 100644 --- a/obfs4-openvpn-server/hosts +++ b/obfs4-openvpn-server/hosts @@ -1,2 +1 @@ -[vpnservers] -#user@ip \ No newline at end of file +[vpnservers] \ No newline at end of file diff --git a/obfs4-openvpn-server/readme.md b/obfs4-openvpn-server/readme.md index 4559f0d..2527e39 100644 --- a/obfs4-openvpn-server/readme.md +++ b/obfs4-openvpn-server/readme.md @@ -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. \ No newline at end of file +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. \ No newline at end of file