Question
why the actual DNS was not displayed on the screen?
Here is my zone file on my dns.
$ORIGIN f10.work.
$TTL 1800
f10.work. IN SOA ns1.digitalocean.com. hostmaster.f10.work. 1439986690 10800 3600 604800 1800
f10.work. 1800 IN NS ns1.digitalocean.com.
f10.work. 1800 IN NS ns2.digitalocean.com.
f10.work. 1800 IN NS ns3.digitalocean.com.
f10.work. 1800 IN A 128.199.164.28
*.f10.work. 1800 IN CNAME f10.work.
f10.work. 1800 IN MX 1 mail.f10.work.
root@pengsir:/home/debian8# nslookup f10.work
Server: 223.5.5.5
Address: 223.5.5.5#53
Non-authoritative answer:
Name: f10.work
Address: 128.199.164.28
ping ns1.digitalocean.com
PING ns1.digitalocean.com (173.245.58.51) 56(84) bytes of data.
In fact the 173.245.58.51 is my dns,why the actual DNS was not displayed on the screen?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×