This is a fresh install of FreeBSD 13.1. Local unbound is not enabled. The file /etc/resolv.conf is:
I have also added a line to /etc/hosts
When I use
What am I doing wrong?
I have substituted an RFC 5737 documentation IP address, 192.0.2.1, for the real DNS server in the example
Code:
nameserver 192.0.2.1
I have also added a line to /etc/hosts
Code:
192.168.0.10 test.local test
When I use
drill
, the hostname in /etc/hosts
is ignored.What am I doing wrong?
I have substituted an RFC 5737 documentation IP address, 192.0.2.1, for the real DNS server in the example
resolv.conf
shown above. The real DNS server works just fine for all drill queries to the outside world. I just don't want to put the real IP address in this post.