From 78504f6c84821fc1e1e8637bb8e5f898752af327 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: Wed, 21 Sep 2022 01:05:18 +0000 Subject: [PATCH] Update CFwarp1.sh --- CFwarp1.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CFwarp1.sh b/CFwarp1.sh index cfdbd1b..670916d 100644 --- a/CFwarp1.sh +++ b/CFwarp1.sh @@ -240,7 +240,7 @@ cp -f /etc/wireguard/wgcf-profile.conf /etc/wireguard/wgcf.conf >/dev/null 2>&1 } nat4(){ -[[ -n $(ip route get 162.159.192.1 | grep -oP 'src \K\S+') ]] && ABC4=$ud4 || ABC4=echo +[[ -n $(ip route get 162.159.192.1 2>/dev/null | grep -oP 'src \K\S+') ]] && ABC4=$ud4 || ABC4=echo } WGCFv4(){