ssl protocol

This commit is contained in:
Minoplhy 2021-10-01 09:34:40 +07:00 committed by GitHub
parent cb9c6075bb
commit 6a5452a2f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,7 @@ upstream dns {
server {
listen 853 ssl;
listen [::]:853 ssl;
ssl_protocols TLSv1.3;
ssl_certificate /go/to/ket/;
ssl_certificate_key /go/to/ket/;
proxy_pass dns;