Trojan vpn
A VPN disguised through TLS, and it seems quite easy to use 🙂
Script support: CENTOS 6+, UBUNTU 10+, DEBIAN 9+
TROJAN vpn requires:
1. One domain name (a subdomain will do)
2. One VPS
Below is the one-click script for setting up trojan
wget --no-check-certificate https://raw.githubusercontent.com/xiaohouzivpn/script/master/trojan.sh && chmod +x trojan.sh && ./trojan.sh
After installation is complete, there will be client downloads available, and the configuration information will also be displayed
trojan Windows client download
trojan Android client download
For Apple iOS and iPad, please use SHADOWSOCKST
If a script error appears, please install wget:
centos: install wget
yum install wget -y
ubuntu debian install wget
apt get install wget -y
Some servers require the firewall to be disabled before they can be used. If the firewall is enabled, please use the following command.
service firewalld stop or service iptables stop
To use the server with an accelerator, below is the one-click BBR script
wget --no-check-certificate https://github.com/teddysun/across/raw/master/bbr.sh chmod +x bbr.sh ./bbr.sh


