Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
7
Task/DNS-query/UNIX-Shell/dns-query-1.sh
Normal file
7
Task/DNS-query/UNIX-Shell/dns-query-1.sh
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
Aamrun ~ % dig www.kame.net A www.kame.net AAAA +short
|
||||
mango.itojun.org.
|
||||
210.155.141.200
|
||||
mango.itojun.org.
|
||||
2001:2f0:0:8800:226:2dff:fe0b:4311
|
||||
2001:2f0:0:8800::1:1
|
||||
Aamrun ~ %
|
||||
24
Task/DNS-query/UNIX-Shell/dns-query-2.sh
Normal file
24
Task/DNS-query/UNIX-Shell/dns-query-2.sh
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
Aamrun ~ % nslookup
|
||||
> set q=AAAA
|
||||
> www.kame.net
|
||||
Server: 192.168.1.1
|
||||
Address: 192.168.1.1#53
|
||||
|
||||
Non-authoritative answer:
|
||||
www.kame.net canonical name = mango.itojun.org.
|
||||
mango.itojun.org has AAAA address 2001:2f0:0:8800:226:2dff:fe0b:4311
|
||||
mango.itojun.org has AAAA address 2001:2f0:0:8800::1:1
|
||||
|
||||
Authoritative answers can be found from:
|
||||
> set q=A
|
||||
> www.kame.net
|
||||
Server: 192.168.1.1
|
||||
Address: 192.168.1.1#53
|
||||
|
||||
Non-authoritative answer:
|
||||
www.kame.net canonical name = mango.itojun.org.
|
||||
Name: mango.itojun.org
|
||||
Address: 210.155.141.200
|
||||
> exit
|
||||
|
||||
Aamrun ~ %
|
||||
Loading…
Add table
Add a link
Reference in a new issue