Changes

Jump to: navigation, search

Trusted Recursive Resolver

294 bytes added, 10:06, 8 February 2020
doc: add information about self-hosting
"confirmation" domain name. This confirmation domain is a pref by default set
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 ==

Navigation menu