ansible-playbooks/obfs4-openvpn-server
2019-04-12 00:15:48 +03:00
..
ansible.cfg Add ansible playbook for obfs4-openvpn server 2019-04-11 23:54:41 +03:00
hosts Add ansible playbook for obfs4-openvpn server 2019-04-11 23:54:41 +03:00
obfs4.config Add ansible playbook for obfs4-openvpn server 2019-04-11 23:54:41 +03:00
obfs4proxy.service Add ansible playbook for obfs4-openvpn server 2019-04-11 23:54:41 +03:00
playbook.yml Fix playbook obfs4-openvpn-server syntax 2019-04-12 00:15:48 +03:00
readme.md Adding readme to obfs4-openvpn-server playbook 2019-04-12 00:01:20 +03:00

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.