Re: [Pdns-users] PowerDNS Recursor / dnsdist: EDNS Client Subnet

2019-11-25 Thread Bjoern Franke via Pdns-users
Hi, > > Can you see the client-subnet option in the packets?  At least it will > tell you which of the two servers is not adding (or forwarding) > client-subnet. > thanks for your reply, the outgoing packets from the recursor contain the client-subnet option. The answer from edns-client-sub.

[Pdns-users] lua function to forward query to another server

2019-11-25 Thread Marc Boisis
Hi, Is it possible to forward query to another server in LUA ? here is an example : function postresolve(dq) m = newDS() m:add({'toto.fr'}) if ( (m:check(dq.qname))) and (dq.rcode == pdns.NXDOMAIN) )) then print("forward to my other dns server") end return true; end __

Re: [Pdns-users] PowerDNS Recursor / dnsdist: EDNS Client Subnet

2019-11-25 Thread Bjoern Franke via Pdns-users
Hi Bert, > > This is because Akamai will ignore your EDNS Client Subnet information. It > will only honour ECS if you have an agreement with them, sadly. thanks for your reply. So "use your own resolver" for DoT/DoH is nice for decentralization, but if users don't want to have their traffic ro