mirror of https://github.com/mack-a/v2ray-agent
feat(脚本): 修改minVersion为1.3
parent
c36e3f16d0
commit
19985869ac
|
@ -1980,7 +1980,7 @@ EOF
|
|||
"network": "tcp",
|
||||
"security": "tls",
|
||||
"tlsSettings": {
|
||||
"minVersion": "1.2",
|
||||
"minVersion": "1.3",
|
||||
"alpn": [
|
||||
"http/1.1",
|
||||
"h2"
|
||||
|
@ -2387,7 +2387,7 @@ EOF
|
|||
"network": "tcp",
|
||||
"security": "xtls",
|
||||
"xtlsSettings": {
|
||||
"minVersion": "1.2",
|
||||
"minVersion": "1.3",
|
||||
"alpn": [
|
||||
"http/1.1",
|
||||
"h2"
|
||||
|
|
Loading…
Reference in New Issue