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.
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
__
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