Skip to content

Instantly share code, notes, and snippets.

@matsuu
Created June 15, 2014 12:36
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matsuu/93a8bdc496b00f767ce4 to your computer and use it in GitHub Desktop.
Save matsuu/93a8bdc496b00f767ce4 to your computer and use it in GitHub Desktop.
DTIのDNSサーバが127.0.0.1を返す件
$ dig @202.216.229.30 a cloudfront.net.
; <<>> DiG 9.9.2-P2 <<>> @202.216.229.30 a cloudfront.net.
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 32100
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 2
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;cloudfront.net. IN A
;; ANSWER SECTION:
cloudfront.net. 86400 IN A 127.0.0.1
;; AUTHORITY SECTION:
cloudfront.net. 86400 IN NS localhost.
;; ADDITIONAL SECTION:
localhost. 86400 IN A 127.0.0.1
;; Query time: 6 msec
;; SERVER: 202.216.229.30#53(202.216.229.30)
;; WHEN: Sun Jun 15 21:35:24 2014
;; MSG SIZE rcvd: 98
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment