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:
Mika Suomalainen 2011-10-17 14:25:42 +03:00
parent dcd8f4c4e6
commit 675612ada8
1 changed files with 2 additions and 0 deletions

View File

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