mirror of https://gitlab.com/rwkgyg/CFwarp.git
Update CFwarp.sh
This commit is contained in:
parent
c4e5e348f1
commit
9038861763
|
@ -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(){
|
||||
|
|
Loading…
Reference in New Issue