fix
parent
804ca98cec
commit
061da7211c
|
@ -233,9 +233,9 @@ wget -N --no-check-certificate "https://git.igewu.org/yanglc/tunnel/raw/branch/m
|
|||
}
|
||||
|
||||
get_ip(){
|
||||
ehco -e "你的ipv6地址是:"
|
||||
echo -e "你的ipv6地址是:"
|
||||
curl -6 ip.nekocat.cn
|
||||
ehco -e "你的ipv4地址是:"
|
||||
echo -e "你的ipv4地址是:"
|
||||
curl -4 ip.nekocat.cn
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue