Openvpn with Tunnelblick's xor patch applied
Ubuntu 22.04 / Debian 11
- Install OpenVPN via Angristan's script
wget https://git.io/v1jlQ -O openvpn-install.sh && bash openvpn-install.sh
- Remove openvpn package
apt remove openvpn -y
- Download and run OpenVPN (2.5.9) with xor patch applied script
wget https://raw.githubusercontent.com/x0r2d2/openvpn-xor/main/openvpn_xor_install.sh -O openvpn_xor_install.sh
chmod +x openvpn_xor_install.sh
bash openvpn_xor_install.sh
- Add/remove clients via Angristan's script (openvpn-install.sh)
bash openvpn-install.sh
Clients:
- Windows: https://github.com/lawtancool/openvpn-windows-xor
- Android: VPN Client Pro
- iOS: Passepartout, VPN Client
- Install via script and add config as client to /etc/openvpn/client and create service file or start manually.