From c4e5e348f1ce47484e26bdef2aac1eb18f021a1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=AC=E5=93=A5=E4=BE=83=E4=BE=83=E4=BE=83ygkkk?= Date: Fri, 9 Sep 2022 00:19:58 +0000 Subject: [PATCH] Update CFwarp.sh --- CFwarp.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CFwarp.sh b/CFwarp.sh index c3b19eb..d408b21 100644 --- a/CFwarp.sh +++ b/CFwarp.sh @@ -99,8 +99,8 @@ c5="sed -i 's/1.1.1.1/8.8.8.8,2001:4860:4860::8888/g' /etc/wireguard/wgcf.conf" c6="sed -i 's/1.1.1.1/2001:4860:4860::8888,8.8.8.8/g' /etc/wireguard/wgcf.conf" v4v6(){ -v6=$(curl -s6m6 https://ip.gs -k) -v4=$(curl -s4m6 https://ip.gs -k) +v6=$(curl -s6m5 ip.p3terx.com -k | sed -n "1p") +v4=$(curl -s4m5 ip.p3terx.com -k | sed -n "1p") } checkwgcf(){