Unverified Commit 1916a311 authored by Wolfgang Ladermann's avatar Wolfgang Ladermann Committed by GitHub
Browse files

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

parent 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% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment