站点图标 Linux-技术共享

GitHub几个隧道相关所需要的一键脚本国内源(珍藏)

aMrlVJ.md_

BBR+FQ协议加速脚本:
国外源:wget -O tcp.sh "https://git.io/coolspeeda" && chmod +x tcp.sh && ./tcp.sh
国内源:wget -N --no-check-certificate "https://linuxword.com/wp-content/uploads/Linux-NetSpeed-master/tcp.sh" && chmod +x tcp.sh && ./tcp.sh
端口转发PortForward:
国外源:bash <(curl -Ls https://ghproxy.com/https://raw.githubusercontent.com/xieruan/whmcsPortForward/main/installx.sh)
国内源:bash <(curl -Ls https://linuxword.com/wp-content/uploads/PortForward/installx.sh)
Multi-EasyGost一键脚本:
国外源:wget --no-check-certificate -O gost.sh https://raw.githubusercontent.com/KANIKIG/Multi-EasyGost/master/gost.sh && chmod +x gost.sh && ./gost.sh
国内源:wget --no-check-certificate -O gost.sh https://linuxword.com/wp-content/uploads/EasyGost/gost.sh && chmod +x gost.sh && ./gost.sh
Ehco一键脚本:
国外源:wget -O ehco.sh https://raw.githubusercontent.com/owogo/EasyEhco/main/ehco.sh && bash ehco.sh
国内源:wget -O ehco.sh https://cdn.jsdelivr.net/gh/missuo/Ehcoo/ehco.sh && bash ehco.sh
EasyRealM 一键脚本:
国外源:wget -N --no-check-certificate https://git.io/realm.sh && chmod +x realm.sh && ./realm.sh
国内源:wget -N --no-check-certificate https://linuxword.com/wp-content/uploads/EasyRealM-main/realm.sh && chmod +x realm.sh && ./realm.sh
TinyPortMappe一键脚本:
国外源:wget https://raw.githubusercontent.com/lmc999/TinyPortMapper_KeepAlive/master/tinymapper.sh && bash tinymapper.sh
国内源:wget https://linuxword.com/wp-content/uploads/TinyPortMappe/tinymapper.sh && bash tinymapper.sh
如遇到定时保活脚本不自动执行,可手动创建任务
crontab -e
*/5 * * * * bash /tinyPortMapper/ip_keepalive.sh
*/2 * * * * bash /tinyPortMapper/domain_keepalive.sh
Brook端口转发一键脚本:
国外源:
系统:RHEL / CentOS:
yum install bind-utils -y && yum install wget -y && wget https://raw.githubusercontent.com/ECIAP/brook/master/brook-pf-mod.sh && chmod +x brook-pf-mod.sh && bash brook-pf-mod.sh
系统:Debian / Ubuntu:
apt-get install dnsutils -y && sudo apt-get install wget -y && wget https://raw.githubusercontent.com/ECIAP/brook/master/brook-pf-mod.sh && chmod +x brook-pf-mod.sh && bash brook-pf-mod.sh
对于v20200801以及之前版本可以使用:
国内源:wget http://download.maobuni.com/brook/brook-pf-mod.sh && bash brook-pf-mod.sh
Iptables端口转发/流量转发脚本
国外源:wget --no-check-certificate -qO natcfg.sh https://raw.githubusercontent.com/arloor/iptablesUtils/master/natcfg.sh && bash natcfg.sh
国内源:wget --no-check-certificate -qO natcfg.sh http://www.arloor.com/sh/iptablesUtils/natcfg.sh && bash natcfg.sh
#卸载
wget --no-check-certificate -qO uninstall.sh https://raw.githubusercontent.com/arloor/iptablesUtils/master/dnat-uninstall.sh && bash uninstall.sh

退出移动版