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