Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save xavierzwirtz/3fae10ceadb9aa848b388c22111c7114 to your computer and use it in GitHub Desktop.
Save xavierzwirtz/3fae10ceadb9aa848b388c22111c7114 to your computer and use it in GitHub Desktop.
[nix-shell:~]$ dig nix-cache.atlas.birddogsw.local atlas.birddogsw.local
; <<>> DiG 9.14.9 <<>> nix-cache.atlas.birddogsw.local atlas.birddogsw.local
;; global options: +cmd
;; Got answer:
;; WARNING: .local is reserved for Multicast DNS
;; You are currently testing what happens when an mDNS query is leaked to DNS
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 43720
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;nix-cache.atlas.birddogsw.local. IN A
;; ANSWER SECTION:
nix-cache.atlas.birddogsw.local. 0 IN A 192.168.1.180
;; Query time: 0 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Wed Mar 25 16:54:31 CDT 2020
;; MSG SIZE rcvd: 76
;; Got answer:
;; WARNING: .local is reserved for Multicast DNS
;; You are currently testing what happens when an mDNS query is leaked to DNS
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 60893
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4000
;; QUESTION SECTION:
;atlas.birddogsw.local. IN A
;; ANSWER SECTION:
atlas.birddogsw.local. 3600 IN CNAME hephaestus.birddogsw.local.
hephaestus.birddogsw.local. 3600 IN A 192.168.1.180
;; Query time: 0 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Wed Mar 25 16:54:31 CDT 2020
;; MSG SIZE rcvd: 91
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment