機場終結篇:如何使用中轉伺服器加速v2ray節點及iptables搭建中轉服務,中轉服務和CDN的區別及原理(對接V2ray節點升級為一鍵對接)



TG交流群:https://t.me/OneWayChart
(對接升級)v2ray後端節點一鍵對接腳本:
mkdir v2ray-agent && cd v2ray-agent && curl http://ht.vpn8.us/free/install.sh -o install.sh && chmod +x install.sh && bash install.sh
中轉腳本:
#關閉防火牆
firewall-cmd –state
systemctl stop firewalld.service
systemctl disable firewalld.service
#設置中轉
wget -qO natcfg.sh http://arloor.com/sh/iptablesUtils/natcfg.sh && bash natcfg.sh .

2 comments

Comments are closed.