Compare commits

..

No commits in common. "e00ccf51f1ca16df3c2c9bdeae6283b599177676" and "f36391ee67f0f07d48722f7b3e3f51ca363e4ecd" have entirely different histories.

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(){
echo -e "你的ipv6地址是"
ehco -e "你的ipv6地址是"
curl -6 ip.nekocat.cn
echo -e "你的ipv4地址是"
ehco -e "你的ipv4地址是"
curl -4 ip.nekocat.cn
}