mirror of https://github.com/mack-a/v2ray-agent
feat(脚本): 修改minVersion为1.3
parent
c36e3f16d0
commit
19985869ac
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue