mirror of https://gitlab.com/rwkgyg/CFwarp.git
Update CFwarp.sh
This commit is contained in:
parent
166fb2c7ad
commit
d48e0bdb12
|
@ -168,6 +168,7 @@ warpip(){
|
||||||
checkpt(){
|
checkpt(){
|
||||||
a=`cat /root/warpip/result.csv | awk -F, '$3!="timeout ms" {print} ' | sed -n '2p' | awk -F ',' '{print $2}'`
|
a=`cat /root/warpip/result.csv | awk -F, '$3!="timeout ms" {print} ' | sed -n '2p' | awk -F ',' '{print $2}'`
|
||||||
if [[ $a = 100.00% ]]; then
|
if [[ $a = 100.00% ]]; then
|
||||||
|
v4v6
|
||||||
if [[ -z $v4 ]]; then
|
if [[ -z $v4 ]]; then
|
||||||
export endpoint=[2606:4700:d0::a29f:c001]:2408
|
export endpoint=[2606:4700:d0::a29f:c001]:2408
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue