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

master
Wolfgang Ladermann 5 years ago committed by GitHub
parent 0e5fed193e
commit 1916a31153
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      plugins/systemadmin/systemadmin.plugin.zsh

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

Loading…
Cancel
Save