Bypass GFW
Views: 573
Read Time:51 Second
I found a gem called Hiddify.
Note: The Windows client might run into issues as the default config tries to download geo configs from github (which may not be possible if the PC is behind GFW). To work around it, download the archive here and
- put geoip.db, geosite.db into ./guiConfigs
- put geoip.dat, geosite.data into ./bin
Some old info about XRay
Enable BBR congestion control algorithms
echo "net.core.default_qdisc=fq" >> /etc/sysctl.conf
echo "net.ipv4.tcp_congestion_control=bbr" >> /etc/sysctl.conf
sysctl -p
sudo reboot
lsmod | grep fq #should return sch_fq
lsmod | grep bbr #should return tcp_bbr
Install XRay as Root, in /etc/systemd/system/xray.service
bash -c "$(curl -L https://github.com/XTLS/Xray-install/raw/main/install-release.sh)" @ install -u root --beta
Configure XRay
xray uuid
xray x25519 #put private key into server config, public key into client config
Start Xray
sudo systemctl status xray
sudo systemctl start xray
sudo systemctl restart xray