1
0
mirror of https://github.com/akelge/zsh synced 2025-08-13 22:08:18 +00:00

Add support for IPv6 to myip

This commit is contained in:
2022-10-04 20:17:35 +02:00
parent b8eec1e213
commit ff3b1e4db3

View File

@ -29,7 +29,7 @@ alias vi="vim "
alias du1="du -h --max-depth=1"
alias psg="ps ax|grep "
alias myip="dig +short myip.opendns.com @resolver1.opendns.com"
alias myip="dig +short ANY @resolver1.opendns.com myip.opendns.com"
alias delkey="ssh-keygen -R "