Closed stendec closed 13 years ago
pants.dns should be able to read the OS's hosts file and obey it for A or AAAA record queries where appropriate, rather than its current behavior of simply ignoring the file and sending every query to a DNS server.
pants.dns
Added support for %SystemRoot%\system32\drivers\etc\hosts and /etc/hosts to pants.dns, depending on the OS. Uses both IPv4 and IPv6 addresses.
%SystemRoot%\system32\drivers\etc\hosts
/etc/hosts
pants.dns
should be able to read the OS's hosts file and obey it for A or AAAA record queries where appropriate, rather than its current behavior of simply ignoring the file and sending every query to a DNS server.