Compare commits

..

2 Commits

Author SHA1 Message Date
yanglc e00ccf51f1 Merge branch 'main' of https://git.igewu.org/yanglc/tunnel 2024-01-16 23:25:53 +08:00
yanglc 061da7211c fix 2024-01-16 23:25:27 +08:00
1 changed files with 2 additions and 2 deletions

View File

@ -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
}