diff options
Diffstat (limited to 'sample.conf')
-rw-r--r-- | sample.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sample.conf b/sample.conf index 86252da..646b930 100644 --- a/sample.conf +++ b/sample.conf @@ -1,6 +1,9 @@ ipv6 on # enable ipv6 daemon on # enable daemon mode +# decomment to allow only TLSv1.3 +#protocols "tlsv1.3" + # server block example server "example.com" { cert "/path/to/cert.pem" |