DNS Dig Web Interface

Dig is a DNS lookup utility provided by ISC. This page is a simple web interface for dig.

$ dig courses.schoolofthescribe.org

; <<>> DiG 9.16.48-Ubuntu <<>> courses.schoolofthescribe.org
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 1085
;; flags: qr rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 65494
;; QUESTION SECTION:
;courses.schoolofthescribe.org.	IN	A

;; ANSWER SECTION:
courses.schoolofthescribe.org. 3600 IN	CNAME	the-school-of-the-scribe.newzenler.com.
the-school-of-the-scribe.newzenler.com.	299 IN CNAME newzenler.com.
newzenler.com.		299	IN	A	52.204.183.147

;; Query time: 296 msec
;; SERVER: 127.0.0.53#53(127.0.0.53)
;; WHEN: Fri Apr 26 01:19:51 UTC 2024
;; MSG SIZE  rcvd: 140