mirror of
https://github.com/m13253/dns-over-https.git
synced 2026-03-30 16:25:39 +00:00
Update documentation about TLS
This is to avoid confusions like issue #12
This commit is contained in:
@@ -5,9 +5,14 @@ listen = [
|
||||
]
|
||||
|
||||
# TLS certification file
|
||||
# If left empty, plain-text HTTP will be used.
|
||||
# Please be informed that this program does not do OCSP Stapling, which is
|
||||
# necessary for some clients to bootstrap itself.
|
||||
# You are recommended to use a server load balancer (Caddy, Nginx) and set up
|
||||
# TLS there.
|
||||
cert = ""
|
||||
|
||||
# TLS key file
|
||||
# TLS private key file
|
||||
key = ""
|
||||
|
||||
# HTTP path for resolve application
|
||||
|
||||
Reference in New Issue
Block a user