mirror of https://github.com/TildeNIC/.tilde.git
Fix TLS protocols formatting in named.conf
This commit is contained in:
parent
9ce41d7e3c
commit
6f78c8c16b
|
|
@ -10,7 +10,7 @@
|
|||
tls "dns-tls" {
|
||||
cert-file "/etc/bind/keys/dns-fullchain.pem";
|
||||
key-file "/etc/bind/keys/dns-privkey.pem";
|
||||
protocols { TLSv1.3 TLSv1.2; };
|
||||
protocols { TLSv1.3; TLSv1.2; };
|
||||
session-tickets no;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue