未验证 提交 1916a311 编写于 作者: W Wolfgang Ladermann 提交者: GitHub

feat(systemadmin): add IPv6 info to `geteip` command (#9856)

上级 0e5fed19
......@@ -131,7 +131,8 @@ d0() {
# gather external ip address
geteip() {
curl -s -S https://icanhazip.com
curl -s -S -4 https://icanhazip.com
curl -s -S -6 https://icanhazip.com
}
# determine local IP address(es)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册