From 998569244fa333651631f43ceed1fa485beeac89 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:22:07 +0000 Subject: [PATCH] Update CFwarp1.sh --- CFwarp1.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CFwarp1.sh b/CFwarp1.sh index 1834301..1de0098 100644 --- a/CFwarp1.sh +++ b/CFwarp1.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 -s6m5 ip.p3terx.com -k | sed -n "1p") -v4=$(curl -s4m5 ip.p3terx.com -k | sed -n "1p") +v6=$(curl -s6m5 ip.p3terx.com -k | sed -n 1p) +v4=$(curl -s4m5 ip.p3terx.com -k | sed -n 1p) } checkwgcf(){