ansible-playbooks/obfs4-openvpn-server/readme.md

22 lines
829 B
Markdown
Raw Permalink Normal View History

2019-04-14 13:44:44 +03:00
# OpenVPN + Obfs4 Server
2019-04-14 13:44:44 +03:00
This playbook automates the configuration of an OpenVPN + Obs4 server.
2019-04-14 13:44:44 +03:00
This is useful when you want to evade censorship and surveilance or just browse the web "privately".
2019-04-14 13:44:44 +03:00
After this playbook finishes executing you get a `user@ip` 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.
2019-04-14 13:44:44 +03:00
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.