mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-22 10:04:34 +01:00
zsh_aliases: Added nslookup6 (1) and dns6 (2).
1. There is ping6 so why not nslookup6? 2. If I have copied Supybot with DNS and I want to do IPv6 lookups, so nslookup6.
This commit is contained in:
parent
dcd8f4c4e6
commit
675612ada8
@ -119,3 +119,5 @@ alias alert='notify-send --urgency=low -i "$([ $? = 0 ] && echo terminal || echo
|
||||
|
||||
# Copying command in Supybot (Internet.DNS)
|
||||
alias dns="nslookup "
|
||||
alias dns6="nslookup -type=AAAA "
|
||||
alias nslookup6="nslookup -type=AAAA "
|
||||
|
Loading…
Reference in New Issue
Block a user