mirror of https://gitlab.com/rwkgyg/CFwarp.git
Update 66.sh
This commit is contained in:
parent
79786eb6b1
commit
4337c4c920
2
66.sh
2
66.sh
|
@ -312,7 +312,7 @@ fi
|
||||||
}
|
}
|
||||||
|
|
||||||
nat4(){
|
nat4(){
|
||||||
[[ -n $(ip route get 1.1.1.1 2>/dev/null | grep -oP 'src \K\S+') ]] && wpgo4=$wgo6 || wpgo4=echo
|
[[ -n $(ip route get 1.1.1.1 2>/dev/null | grep -oP 'src \K\S+') && -n $(grep 'woiden' /etc/hostname) ]] && wpgo4=$wgo6 || wpgo4=echo
|
||||||
}
|
}
|
||||||
|
|
||||||
WGCFv4(){
|
WGCFv4(){
|
||||||
|
|
Loading…
Reference in New Issue