From b47f7df6f100b9a86191736e8419b131e981bf05 Mon Sep 17 00:00:00 2001 From: dongge88 Date: Sun, 19 Jan 2025 13:24:15 +0800 Subject: [PATCH] ADD file via upload --- README.md | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6fe94da --- /dev/null +++ b/README.md @@ -0,0 +1,46 @@ +# 免流一键脚本自用2025 +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' +