<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">dnscache is a pretty weird.  From the webpage at <a href="http://cr.yp.to/djbdns/dnscache.html" class="">http://cr.yp.to/djbdns/dnscache.html</a> ...</div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">“<tt class="">dnscache</tt> handles dotted-decimal domain names internally,
giving (e.g.) the domain name <tt class="">192.48.96.2</tt>
an A record of <tt class="">192.48.96.2</tt>."</div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">So it looks like dnscache will return a the IP address back for any A queries for a IP address.  And it looks like it returns a basically infinite ttl.</div><div class=""><br class=""></div><div class="">Why do you need this behaviour?  I used to use dnscache many years ago, but dropped it when powerdns-recursor became available.  I never noticed this “feature”, and never had anything break when it went away.</div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><br class=""></div><br class=""><div><blockquote type="cite" class=""><div class="">On Sep 13, 2017, at 1:17 PM, Joe Williams <<a href="mailto:williams.joe@gmail.com" class="">williams.joe@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">Thanks for the reply Tom, I wish I knew why as well.  Right now I am just trying to make my unbound config backwards compatible to not break code that expects an answer for an IP address.</div><div class="gmail_extra"><br class=""><div class="gmail_quote">On Wed, Sep 13, 2017 at 1:05 PM, Tom Samplonius <span dir="ltr" class=""><<a href="mailto:tom@samplonius.org" target="_blank" class="">tom@samplonius.org</a>></span> wrote:<br class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><br class="">
> ;; ANSWER SECTION:<br class="">
> 10.36.129.10.         655360  IN      A       10.36.129.10<br class="">
<br class="">
<br class="">
</span>  Looking at this answer, I’m not sure why anyone would want this behaviour?<br class="">
<br class="">
  Is dnscache trying to dampen RFC1918 A queries by doing this?<br class="">
<span class="HOEnZb"><font color="#888888" class=""><br class="">
<br class="">
Tom</font></span></blockquote></div><br class=""></div>
</div></blockquote></div><br class=""></body></html>