Created
July 22, 2014 14:45
-
-
Save fdv/b93b2da936bc832b4fa8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| dig -t ns @ns1.7el.net t37.net | |
| ; <<>> DiG 9.8.3-P1 <<>> -t ns @ns1.7el.net t37.net | |
| ; (1 server found) | |
| ;; global options: +cmd | |
| ;; Got answer: | |
| ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 33441 | |
| ;; flags: qr aa rd; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 2 | |
| ;; WARNING: recursion requested but not available | |
| ;; QUESTION SECTION: | |
| ;t37.net. IN NS | |
| ;; ANSWER SECTION: | |
| t37.net. 3600 IN NS ns6.gandi.net. | |
| t37.net. 3600 IN NS ns1.7el.net. | |
| ;; ADDITIONAL SECTION: | |
| ns1.7el.net. 3600 IN A 62.210.113.68 | |
| ns1.7el.net. 3600 IN AAAA 2001:bc8:3342::1 | |
| ;; Query time: 68 msec | |
| ;; SERVER: 62.210.113.68#53(62.210.113.68) | |
| ;; WHEN: Tue Jul 22 16:45:13 2014 | |
| ;; MSG SIZE rcvd: 115 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment