Trusted Recursive Resolver: Difference between revisions

Undo revision 1223245 by Martin.monperrus (talk) Running a DoH server locally undoes the privacy benefits of TRR. Just linking a very simple config is likely to confuse users
(doc: add information about self-hosting)
(Undo revision 1223245 by Martin.monperrus (talk) Running a DoH server locally undoes the privacy benefits of TRR. Just linking a very simple config is likely to confuse users)
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 ==
Confirmed users
89

edits