<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Mar 19, 2019, at 2:19 PM, Jonathan Reed <<a href="mailto:jreed777@gmail.com" class="">jreed777@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><div dir="ltr" class=""><div dir="ltr" class=""><div dir="ltr" class="">Winfried provided some help to me a few months back by pointing out that the Protobuf example code is located in the pdns repo.</div><div dir="ltr" class=""><a href="https://github.com/PowerDNS/pdns/blob/master/contrib/ProtobufLogger.py" target="_blank" class="">https://github.com/PowerDNS/pdns/blob/master/contrib/ProtobufLogger.py</a><br class=""></div></div></div></div></div></blockquote><div><br class=""></div>This is great!  Thanks for the pointer!</div><div><br class=""></div><div>Now, what am I missing to get my queries to go there?  I have this in my dnsdist.conf:</div><div><br class=""></div><div>rl = newRemoteLogger("127.0.0.1:4242")<br class="">addAction(AllRule(), RemoteLogAction(rl))</div><div><br class=""></div><div>And, I've started ProtobufLogger.py (as is) with:</div><div><br class=""></div><div>$ python ProtobufLogger.py 127.0.0.1 4242</div><div><br class=""></div><div>(Obviously, these are running on the same machine.)</div><div><br class=""></div><div>But I get no connections on the socket.</div><div><br class=""></div><div>Incidentally, I just came across this:</div><div><br class=""></div><div>addAction(AllRule(), LogAction("dnsdist.log", false, true, false))</div><div><br class=""></div><div>Which I tried instead, just to see if it could also work for my purposes.  Unfortunately, I didn't see any entries in there either.  Any ideas as to what I'm doing wrong?  Presumably, I'm missing something in my dnsdist.conf.</div><div><br class=""></div><div>Casey</div></body></html>