mirror of
https://github.com/m13253/dns-over-https.git
synced 2026-03-30 12:05:38 +00:00
Update example configuration
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user