From 07f39088d4a090d7a70bc34b50cf36366270b001 Mon Sep 17 00:00:00 2001 From: Star Brilliant Date: Mon, 2 Jul 2018 20:42:11 +0800 Subject: [PATCH] Update example configuration --- doh-server/doh-server.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doh-server/doh-server.conf b/doh-server/doh-server.conf index 2b5b069..f9e2356 100644 --- a/doh-server/doh-server.conf +++ b/doh-server/doh-server.conf @@ -6,10 +6,10 @@ listen = [ # TLS certification file # If left empty, plain-text HTTP will be used. -# You are recommended to leave empty and to use a server load balancer (Caddy, -# Nginx) and set up TLS there, because this program does not do OCSP Stapling, -# which is necessary for client bootstrapping in a network environment with -# completely no traditional DNS service. +# You are recommended to leave empty and to use a server load balancer (e.g. +# Caddy, Nginx) and set up TLS there, because this program does not do OCSP +# Stapling, which is necessary for client bootstrapping in a network +# environment with completely no traditional DNS service. cert = "" # TLS private key file