mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-09 03:42:32 +01:00
zsh_aliases: added dig6
This commit is contained in:
parent
24097fae2f
commit
78a8aed445
@ -121,3 +121,6 @@ alias alert='notify-send --urgency=low -i "$([ $? = 0 ] && echo terminal || echo
|
||||
alias dns="nslookup "
|
||||
alias dns6="nslookup -type=AAAA "
|
||||
alias nslookup6="nslookup -type=AAAA "
|
||||
|
||||
# If I have nslookup6...
|
||||
alias dig6="dig AAAA "
|
||||
|
Loading…
Reference in New Issue
Block a user