mirror of
https://github.com/XTLS/Xray-examples.git
synced 2025-04-04 02:49: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},
|
||||
"streamSettings": {
|
||||
"sockopt": {
|
||||
"dialerProxy": "super-fragment"
|
||||
"dialerProxy": "chain1-fragment"
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -144,7 +144,7 @@
|
||||
"settings": {
|
||||
"fragment": {
|
||||
"packets": "1-3",
|
||||
"length": "942", // decreasing this value reduces latency but increases the chance of being detected by the GFW
|
||||
"length": "517",
|
||||
"interval": "1"
|
||||
}
|
||||
},
|
||||
@ -217,7 +217,7 @@
|
||||
{"outboundTag": "udp-noises",
|
||||
"network": "udp"
|
||||
},
|
||||
{"outboundTag": "super-fragment",
|
||||
{"outboundTag": "chain1-fragment",
|
||||
"network": "tcp"
|
||||
}
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user