Skip to content

x0r2d2/openvpn-xor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 

Repository files navigation

openvpn-xor

Openvpn with Tunnelblick's xor patch applied

Ubuntu 22.04 / Debian 11

  1. Install OpenVPN via Angristan's script
wget https://git.io/v1jlQ -O openvpn-install.sh && bash openvpn-install.sh
  1. Remove openvpn package
apt remove openvpn -y
  1. 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
  1. Add/remove clients via Angristan's script (openvpn-install.sh)
bash openvpn-install.sh

Clients:

  1. Windows: https://github.com/lawtancool/openvpn-windows-xor
  2. Android: VPN Client Pro
  3. iOS: Passepartout, VPN Client
  4. Install via script and add config as client to /etc/openvpn/client and create service file or start manually.

About

openvpn with xor patch applied

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages