mirror of
https://github.com/DNSCrypt/doh-server.git
synced 2025-04-03 04:57:37 +03:00
It's just proxy_cache
This commit is contained in:
parent
48ddb237b4
commit
abaa8e4da0
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ location /doh {
|
|||
|
||||
This example assumes that the DoH proxy is listening locally to port `3000`.
|
||||
|
||||
HTTP caching can be added (see the `proxy_cache_path` and `proxy_cache shortcache` directives in the Nginx documentation), but be aware that a DoH server will quickly create a gigantic amount of files.
|
||||
HTTP caching can be added (see the `proxy_cache_path` and `proxy_cache` directives in the Nginx documentation), but be aware that a DoH server will quickly create a gigantic amount of files.
|
||||
|
||||
Use the online [DNS stamp calculator](https://dnscrypt.info/stamps/) to compute the stamp for your server, and the `dnscrypt-proxy -show-certs` command to print the TLS certificate signatures to be added it.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue