Web-based Dig Home

Certifications


Cisco


IP


PC


Protocols


RemoteAccess


Security


Telecommunications


Tools


Unix


Web


mindterm






Web-Based Dig

Use this tool to perform a dig for a given domain or host. You can also add flags to the input to include things such as the axfr flag to pull a full DNS zone file.

dig  


Output of dig mail.xxx.com

; <<>> DiG 9.6.1-P2 <<>> mail.xxx.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 21659
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 0

;; QUESTION SECTION:
;mail.xxx.com.			IN	A

;; ANSWER SECTION:
mail.xxx.com.		3600	IN	A	66.114.124.140

;; AUTHORITY SECTION:
xxx.com.		21600	IN	NS	a.ns.anything.com.
xxx.com.		21600	IN	NS	b.ns.anything.com.

;; Query time: 126 msec
;; SERVER: 71.252.219.43#53(71.252.219.43)
;; WHEN: Mon Feb  8 23:46:52 2010
;; MSG SIZE  rcvd: 90





This page was created in 0.21193 seconds
Comments and Questions
Last modified: January 20 2010.