<html>Hi List<br />I am quite new to dnsdist, and i hope my question is not odd!<br />Setup: dnsdist (v1.7 - Frontend) -- UDP 5353 ---> pDNS Auth (v4.7 - Backend)<br />... i would say simple...<br /><br />I like to add the "Proxy Protocol" header to all Requests towards pDNS Backend Server.<br /><br />Theese are my "newServer" statements:<br />newServer({address="pdns_auth_IPv4:5353", name="nsa-1_v4", pool="sec", useProxyProtocol=True})<br />newServer({address="[pdns_auth_IPv6]:5353", name="nsa-sec1_v6", pool="sec", useProxyProtocol=True})<br /><br />dig is working, and i get the correct DNS answer.<br /><br />Now i would assume, when i run a tcpdump on the pDNS Auth Server on port 5353, the UDP Pakets should contain a Proxy header?!<br />But there is nothing like this in wireshark. ... of course i can provide some packet dump details if needed!<br /><br />Did i missed something in my config? - which is really native - ACLs, new server statement, and a addAction("example.com",PoolAction("sec"))<br />Of course, there are settings to do on pDNS side, but a incoming UDP reqest on the pDNS Auth server should contain at least the Proxyheader. - so my guess<br /><br />Thank you very much for your answer and input!<br />BR A</html>