Skip to content

Instantly share code, notes, and snippets.

@Supermathie
Created April 26, 2018 02:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Supermathie/fcfbd28b455467a4bd80dcc1029897cd to your computer and use it in GitHub Desktop.
Save Supermathie/fcfbd28b455467a4bd80dcc1029897cd to your computer and use it in GitHub Desktop.
gDNS oops
○ → host forum.audulus.com 8.8.8.8
Using domain server:
Name: 8.8.8.8
Address: 8.8.8.8#53
Aliases:
forum.audulus.com has address 208.113.169.12
forum.audulus.com is an alias for audulus1.hosted-by-discourse.com.
audulus1.hosted-by-discourse.com has IPv6 address 2001:470:1:669::87
forum.audulus.com is an alias for audulus1.hosted-by-discourse.com.
audulus1.hosted-by-discourse.com mail is handled by 10 mx-sjc1.discoursemail.com.
○ → dig -t a forum.audulus.com @8.8.8.8
; <<>> DiG 9.10.3-P4-Ubuntu <<>> forum.audulus.com @8.8.8.8
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 30878
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;forum.audulus.com. IN A
;; ANSWER SECTION:
forum.audulus.com. 6030 IN A 208.113.169.12
;; Query time: 41 msec
;; SERVER: 8.8.8.8#53(8.8.8.8)
;; WHEN: Wed Apr 25 22:04:10 EDT 2018
;; MSG SIZE rcvd: 62
○ → dig -t cname forum.audulus.com @8.8.8.8
; <<>> DiG 9.10.3-P4-Ubuntu <<>> -t cname forum.audulus.com @8.8.8.8
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 24925
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;forum.audulus.com. IN CNAME
;; ANSWER SECTION:
forum.audulus.com. 14317 IN CNAME audulus1.hosted-by-discourse.com.
;; Query time: 49 msec
;; SERVER: 8.8.8.8#53(8.8.8.8)
;; WHEN: Wed Apr 25 22:04:21 EDT 2018
;; MSG SIZE rcvd: 89
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment