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
+1 -1
View File
@@ -12,7 +12,7 @@ export interface iTls {
}
export const defaultInTls: iTls = {
alpn: ['HTTP/3', 'HTTP/2', 'HTTP/1.1'],
alpn: ['h3', 'h2', 'http/1.1'],
min_version: "1.2",
max_version: "1.3",
cipher_suites: [""],