This commit is contained in:
Alireza Ahmadi
2024-02-27 21:17:00 +01:00
parent 63dc779f68
commit 2cc78da07f
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -143,9 +143,9 @@ export default {
usePath: 0,
defaults: defaultInTls,
alpn: [
{ title: "H3", value: 'HTTP/3' },
{ title: "H2", value: 'HTTP/2' },
{ title: "Http1.1", value: 'HTTP/1.1' },
{ title: "H3", value: 'h3' },
{ title: "H2", value: 'h2' },
{ title: "Http/1.1", value: 'http/1.1' },
],
tlsVersions: [ '1.0', '1.1', '1.2', '1.3' ],
cipher_suites: [