Trusted Recursive Resolver: Difference between revisions

doc: add information about self-hosting
(ESNI notes)
(doc: add information about self-hosting)
Line 145: Line 145:
"confirmation" domain name. This confirmation domain is a pref by default set
"confirmation" domain name. This confirmation domain is a pref by default set
to "example.com".
to "example.com".
== Self-hosting a DNS-over-HTTPS server ==
If you don't want to use a public DNS-over-HTTPS server, one can self-host one.
[https://coredns.io/ coredns] is one such server, here is an example configuration file to expose 127.0.0.53 over https:
https://.:8053 {
  forward . 127.0.0.53
}


== Notes ==
== Notes ==