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