feat(脚本): 修改minVersion为1.3

pull/534/merge
mack-a 2022-04-14 17:31:45 +08:00
parent c36e3f16d0
commit 19985869ac
1 changed files with 2 additions and 2 deletions

View File

@ -1980,7 +1980,7 @@ EOF
"network": "tcp", "network": "tcp",
"security": "tls", "security": "tls",
"tlsSettings": { "tlsSettings": {
"minVersion": "1.2", "minVersion": "1.3",
"alpn": [ "alpn": [
"http/1.1", "http/1.1",
"h2" "h2"
@ -2387,7 +2387,7 @@ EOF
"network": "tcp", "network": "tcp",
"security": "xtls", "security": "xtls",
"xtlsSettings": { "xtlsSettings": {
"minVersion": "1.2", "minVersion": "1.3",
"alpn": [ "alpn": [
"http/1.1", "http/1.1",
"h2" "h2"