Hello!

I'm looking for documentation about configuring
recursor to talk DoT to a recursive resolver.

This minimal config works:

dot-to-port-853=yes
forward-zones-recurse=.=1.1.1.1:853;1.0.0.1:853

but compared to DNSdist newServer() configuration options
I'm not sure about:

- does it validate the server certificate? how do I configure the name when performing certificate verification?
- does it support TCP fast open?
- does it support out of order processing?
- how are queries distributed across multiple servers?

Or is it generally better to have a
recursor -> dnsdist -> upstreams resolver
setup to be able to use dnsdist's configuration options there?

best regards,
Christoph
_______________________________________________
Pdns-users mailing list
Pdns-users@mailman.powerdns.com
https://mailman.powerdns.com/mailman/listinfo/pdns-users

Reply via email to