<div dir="ltr"><div dir="ltr"><div dir="ltr"><div>This ought to work</div><div><br></div><div><font face="monospace, monospace">remote_logger = newRemoteLogger('<a href="http://1.1.1.1:5140">1.1.1.1:5140</a>')</font></div><div><font face="monospace, monospace">logged_domains = {'<a href="http://example.com">example.com</a>'}</font></div><div><font face="monospace, monospace">addAction(logged_domains, RemoteLogAction(remote_logger))</font></div><div><font face="monospace, monospace">addResponseAction(logged_domains, RemoteLogResponseAction(remote_logger))</font></div><div><font face="monospace, monospace">addCacheHitResponseAction(logged_domains, RemoteLogResponseAction(remote_logger))</font></div></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Mar 19, 2019 at 5:04 PM Casey Deccio <<a href="mailto:casey@deccio.net">casey@deccio.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div style="word-wrap:break-word;line-break:after-white-space"><br><div><blockquote type="cite"><div>On Mar 19, 2019, at 2:19 PM, Jonathan Reed <<a href="mailto:jreed777@gmail.com" target="_blank">jreed777@gmail.com</a>> wrote:</div><br class="gmail-m_8227533800364439171Apple-interchange-newline"><div><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">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"><a href="https://github.com/PowerDNS/pdns/blob/master/contrib/ProtobufLogger.py" target="_blank">https://github.com/PowerDNS/pdns/blob/master/contrib/ProtobufLogger.py</a><br></div></div></div></div></div></blockquote><div><br></div>This is great!  Thanks for the pointer!</div><div><br></div><div>Now, what am I missing to get my queries to go there?  I have this in my dnsdist.conf:</div><div><br></div><div>rl = newRemoteLogger("<a href="http://127.0.0.1:4242" target="_blank">127.0.0.1:4242</a>")<br>addAction(AllRule(), RemoteLogAction(rl))</div><div><br></div><div>And, I've started ProtobufLogger.py (as is) with:</div><div><br></div><div>$ python ProtobufLogger.py 127.0.0.1 4242</div><div><br></div><div>(Obviously, these are running on the same machine.)</div><div><br></div><div>But I get no connections on the socket.</div><div><br></div><div>Incidentally, I just came across this:</div><div><br></div><div>addAction(AllRule(), LogAction("dnsdist.log", false, true, false))</div><div><br></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></div><div>Casey</div></div></blockquote></div>