From db522591a1a857d57d153522d948c61f4bd40939 Mon Sep 17 00:00:00 2001 From: Star Brilliant Date: Sat, 31 Aug 2019 21:29:51 +0800 Subject: [PATCH] Add example Apache and Caddy configurations --- Readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index dc7bfa7..233f5ad 100644 --- a/Readme.md +++ b/Readme.md @@ -94,9 +94,11 @@ otherwise DNS recursion may happen. ProxyPassReverse /dns-query http://[::1]:8053/dns-query +(Credit: [Joan Moreau](https://github.com/m13253/dns-over-https/issues/51#issuecomment-526820884)) + ### Example configuration: Nginx -Please submit your configuration through GitHub Pull Request. +Please submit your configuration through [GitHub Pull Request](https://github.com/m13253/dns-over-https/pulls). Note you must achieve at least A grade from SSL Labs, with OCSP Must Staple turned on.