<div dir="ltr">Hi everybody,<div><br></div><div>I'm running dnsdist 1.0.0-1pdns.jessie on Raspi. I just discovered the cool caching feature and configured on my dnsdist </div><div><br></div><div><div>root@UKLNDLABPI:~# cat /etc/dnsdist/dnsdist.conf </div><div>newServer({address="192.168.99.10", name="DMZ", order=10, pool=private})</div><div>newServer({address="8.8.8.8", name="GOOGLE", order=255, pool=public})</div><div>setServerPolicy(leastOutstanding)</div><div>addDelay(MaxQPSIPRule(30, 32, 128), 100)</div><div>addAction(MaxQPSIPRule(50), DropAction())</div><div>setServerPolicy(firstAvailable)</div><div>addAnyTCRule()</div><div>pc = newPacketCache(10000, 86400, 0, 60, 60)</div><div>getPool("private"):setCache(pc)</div><div>webserver("<a href="http://192.168.1.3:8083">192.168.1.3:8083</a>", "supersecret")</div><div>setACL("<a href="http://192.168.0.0/16">192.168.0.0/16</a>")</div><div>addACL("127.0.0.1")</div></div><div><br></div><div>I started dnsdist I didn't get any error, so I suppose the config is fine. However, when I check the cache , it looks pretty empty</div><div><br></div><div><div>> getPool("private"):getCache():printStats()</div><div>Entries: 0/10000</div><div>Hits: 0</div><div>Misses: 0</div><div>Deferred inserts: 0</div><div>Deferred lookups: 0</div><div>Lookup Collisions: 0</div><div>Insert Collisions: 0</div><div>TTL Too Shorts: 0</div></div><div><br></div><div>Can someone please point me in the right direction<br><br>Thanks</div><div><br></div><div>Federico</div></div>