DNRD will always bind to all interfaces, even if the user specifically says it should bind to only one, using the -a option. Fix: Problem is fixed upstream in the 2.20.1 release. How-To-Repeat: dnrd -a 127.0.0.1 netstat -nuatp udp | grep 53 dig google.com @[insert your ip address here] netstat shows that dnrd is listening on *:53, while it should have been 127.0.0.1:53. dig gets an response immediatly, while is should time out. (dnrd should not be listening on your ipaddress)
State Changed From-To: open->closed Committed, thanks!