Adding readme to obfs4-openvpn-server playbook
This commit is contained in:
parent
4762f3d96e
commit
141715aa0d
1 changed files with 24 additions and 0 deletions
24
obfs4-openvpn-server/readme.md
Normal file
24
obfs4-openvpn-server/readme.md
Normal file
|
@ -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.
|
Loading…
Add table
Reference in a new issue