Openvpn with Tunnelblick's xor patch applied
How to install it quickly on Ubuntu 18.04 amd64:
nano /etc/apt/sources.list
- uncomment some sources with src mask
apt-get update && apt-get build-dep openvpn -y
wget --no-check-cert https://github.com/hybtoy/openvpn-xor/raw/main/openvpn_2.4.8-bionic0_amd64.deb
dpkg -i openvpn_2.4.8-bionic0_amd64.deb
wget https://git.io/v1jlQ -O openvpn-install.sh && bash openvpn-install.sh
- Add this option to server.conf file of openvpn:
scramble obfuscate yourpassword
(password can be generated with "openssl rand -base64 24") - Restart the openvpn
systemctl restart [email protected]
- Add
scramble obfuscate your_generated_password
to your openvpn profile and connect. - Profit!
Clients:
- Windows: https://github.com/lawtancool/openvpn-windows-xor
- Android: VPN Client Pro - https://play.google.com/store/apps/details?id=it.colucciweb.vpnclientpro&hl=en_US&gl=US
- iOS: not available yet
- Linux: install deb file as server side