mirror of
https://github.com/XTLS/Xray-examples.git
synced 2025-04-05 03:19:28 +08:00
Update serverless_for_iran.jsonc
some websites like https://account.live.com/ doesn't support tls-fragment. also currently tcp-fragment works on all iran isp. so use tcp-fragment instead of tls-fragment.
This commit is contained in:
parent
4f68097aa1
commit
3476bc558e
@ -118,7 +118,7 @@
|
|||||||
"settings": {"nonIPQuery": "skip", "network": "tcp", "address": "1.1.1.1", "port": 53},
|
"settings": {"nonIPQuery": "skip", "network": "tcp", "address": "1.1.1.1", "port": 53},
|
||||||
"streamSettings": {
|
"streamSettings": {
|
||||||
"sockopt": {
|
"sockopt": {
|
||||||
"dialerProxy": "super-fragment"
|
"dialerProxy": "chain1-fragment"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -144,7 +144,7 @@
|
|||||||
"settings": {
|
"settings": {
|
||||||
"fragment": {
|
"fragment": {
|
||||||
"packets": "1-3",
|
"packets": "1-3",
|
||||||
"length": "942", // decreasing this value reduces latency but increases the chance of being detected by the GFW
|
"length": "517",
|
||||||
"interval": "1"
|
"interval": "1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -217,7 +217,7 @@
|
|||||||
{"outboundTag": "udp-noises",
|
{"outboundTag": "udp-noises",
|
||||||
"network": "udp"
|
"network": "udp"
|
||||||
},
|
},
|
||||||
{"outboundTag": "super-fragment",
|
{"outboundTag": "chain1-fragment",
|
||||||
"network": "tcp"
|
"network": "tcp"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user