I have doubt whether dnsmasq is a DNS server or just a cache for DNS. I see in some of the linux machines that the dnsmasq is installed. Is it installed in default? Thanks in advance.
|
feedback
|
migrated from stackoverflow.com Jul 7 '11 at 14:21
This question came from our site for professional and enthusiast programmers.
|
dnsmasq is a DHCP server, and a caching DNS proxy. It has limited support for serving local hostnames to local clients. It is not a full blown DNS server. | |||||
feedback
|