From 141715aa0d23ec8ebb7afbff65fda85038423b70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denis=20Nu=C8=9Biu?= Date: Fri, 12 Apr 2019 00:01:20 +0300 Subject: [PATCH] Adding readme to obfs4-openvpn-server playbook --- obfs4-openvpn-server/readme.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 obfs4-openvpn-server/readme.md diff --git a/obfs4-openvpn-server/readme.md b/obfs4-openvpn-server/readme.md new file mode 100644 index 0000000..4559f0d --- /dev/null +++ b/obfs4-openvpn-server/readme.md @@ -0,0 +1,24 @@ +# OpenVPN server + Obfs4 + +This playbook is configure multiple servers specified in the `hosts` file to act +as an OpenVPN server + obs4 proxy. + +This is useful when you want to evade censorship and surveilance. + +After this script finishes you get a `user@ip` folder in this folder with the following files: + +``` +├── root +│   └── client.ovpn +└── var + └── lib + └── tor + └── pt_state + └── obfs4 + └── obfs4_bridgeline.txt +``` + +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