From df36e3093da91c64b695fcfaaa7a0a92b4d20825 Mon Sep 17 00:00:00 2001 From: Simon Zolin Date: Fri, 20 Dec 2019 15:10:42 +0300 Subject: [PATCH] + allow_unencrypted_doh --- Configuration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Configuration.md b/Configuration.md index 28253df..02b656a 100644 --- a/Configuration.md +++ b/Configuration.md @@ -174,6 +174,7 @@ Settings are stored in [YAML format](https://en.wikipedia.org/wiki/YAML), possib * `force_https` - if true, forces HTTP->HTTPS redirect. * `port_https` - HTTPS port. If 0, HTTPS will be disabled. * `port_dns_over_tls` - DNS-over-TLS port. If 0, DOT will be disabled. + * `allow_unencrypted_doh` - Allow DOH queries via unencrypted HTTP (e.g. for reverse proxying) * `certificate_chain` - PEM-encoded certificates chain. * `private_key` - PEM-encoded private key. * `icmp_timeout_msec` - time (ms) to wait for ICMP reply to detect an IP conflict. If 0, the feature is disabled.