Updated Local DoH (markdown)

Saitama 2020-01-05 12:44:55 +05:30
parent 6ca7674bf6
commit f00b6f3465

@ -5,7 +5,7 @@ In addition to responding to standard DNS queries, `dnscrypt-proxy` can also act
In particular, this means that Firefox can be configured to use it, so that it will accept to enable ESNI without bypassing your DNS proxy.
In order to enable this, the first thing you need in a certificate. Since this is just for local usage, you can use [that example one](https://raw.githubusercontent.com/DNSCrypt/dnscrypt-proxy/master/dnscrypt-proxy/localhost.pem) or create your own with:
In order to enable this, the first thing you need is a certificate. Since this is just for local usage, you can use [that example one](https://raw.githubusercontent.com/DNSCrypt/dnscrypt-proxy/master/dnscrypt-proxy/localhost.pem) or create your own with:
```sh
openssl req -x509 -nodes -newkey rsa:2048 -days 5000 -sha256 -keyout \