Merge branch 'main' into issue115

This commit is contained in:
6543 2022-11-12 22:40:54 +01:00
commit 27f4da6637

View file

@ -118,6 +118,7 @@ func TLSConfig(mainDomainSuffix string,
},
PreferServerCipherSuites: true,
NextProtos: []string{
"h2",
"http/1.1",
tlsalpn01.ACMETLS1Protocol,
},