small tls fixes
This commit is contained in:
@@ -15,5 +15,5 @@ export const defaultInTls: iTls = {
|
||||
alpn: ['h3', 'h2', 'http/1.1'],
|
||||
min_version: "1.2",
|
||||
max_version: "1.3",
|
||||
cipher_suites: [""],
|
||||
cipher_suites: [],
|
||||
}
|
||||
Reference in New Issue
Block a user