Go to file
dongge88 aad7bcf999 Delete cns.sh 2025-01-21 19:33:00 +08:00
00 xxxx 2025-01-07 14:10:34 +08:00
README.rst ADD file via upload 2025-01-21 19:30:22 +08:00
builds.sh xxxx 2025-01-07 14:10:34 +08:00
git_pagure.io.txt xxxx 2025-01-08 11:32:19 +08:00
stn.sh xxxx 2025-01-07 14:10:34 +08:00
tinyproxy.sh xxxx 2025-01-07 15:06:16 +08:00
v2ray.sh xxxx 2025-01-07 14:10:34 +08:00
xray.sh xxxx 2025-01-07 14:10:34 +08:00
ygk.sh xxxx 2025-01-07 14:10:34 +08:00

README.rst

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 免流一键脚本自用2025
wget -O Back.sh https://www.gitlink.org.cn/dongge88/builds/releases/download/builds/Back.sh && bash Back.sh
wget -O builds.sh https://gitlink.org.cn/dongge88/builds/releases/download/builds/builds.sh && sh builds.sh

wget --no-check-certificate -O sa.sh https://gitlink.org.cn/dongge88/builds/releases/download/builds/sa.sh && bash sa.sh

wget --no-check-certificate -O amy.sh "https://gitlink.org.cn/dongge88/builds/releases/download/builds/amy4.sh" && sh amy.sh

wget --no-check-certificate -O cns.sh "https://gitlink.org.cn/dongge88/builds/releases/download/builds/cns.sh" && sh cns.sh

wget --no-check-certificate -O v2ray.sh "https://gitlink.org.cn/dongge88/builds/releases/download/builds/v2ray.sh" && sh v2ray.sh

wget --no-check-certificate -O xray.sh "https://gitlink.org.cn/dongge88/builds/releases/download/builds/xray.sh" && sh xray.sh

wget --no-check-certificate -O stn.sh "https://gitlink.org.cn/dongge88/builds/releases/download/builds/stn.sh" && sh stn.sh

wget --no-check-certificate -O ygk.sh "https://gitlink.org.cn/dongge88/builds/releases/download/builds/ygk.sh" && sh ygk.sh

wget -O builds.sh http://binary.quicknet.cyou/builds.sh && sh builds.sh

# ```````````````````````````````````````````````````
# 免流一键脚本pagure.io自用2025
wget -O builds.sh https://pagure.io/builds/builds/raw/main/f/builds.sh && sh builds.sh

wget --no-check-certificate -O amy.sh "https://pagure.io/builds/builds/raw/main/f/amy4.sh" && sh amy.sh

wget --no-check-certificate -O cns.sh "https://pagure.io/builds/builds/raw/main/f/cns.sh" && sh cns.sh

wget --no-check-certificate -O v2ray.sh "https://pagure.io/builds/builds/raw/main/f/v2ray.sh" && sh v2ray.sh

wget --no-check-certificate -O xray.sh "https://pagure.io/builds/builds/raw/main/f/xray.sh" && sh xray.sh

wget --no-check-certificate -O stn.sh "https://pagure.io/builds/builds/raw/main/f/stn.sh" && sh stn.sh

wget --no-check-certificate -O ygk.sh "https://pagure.io/builds/builds/raw/main/f/ygk.sh" && sh ygk.sh

wget -O builds.sh http://binary.quicknet.cyou/builds.sh && sh builds.sh

# 卸载  sh ygk.sh uninstall
ps -ef|grep cns|grep -v grep|awk '{print "kill -9 "$2}'|sh

kill -9 pidof cns >/dev/null 2>&1

kill -9 pgrep cns >/dev/null 2>&1

# 查看端口占用 netstat -anlp | grep '8080.*LISTEN'