mirror of
https://github.com/XTLS/Xray-examples.git
synced 2025-04-04 02:49:28 +08:00
Update serverless_with_mitm_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
3476bc558e
commit
51fd6038cd
@ -235,7 +235,7 @@
|
||||
"settings": {"nonIPQuery": "skip", "network": "tcp", "address": "208.67.222.222", "port": 53},
|
||||
"streamSettings": {
|
||||
"sockopt": {
|
||||
"dialerProxy": "super-fragment"
|
||||
"dialerProxy": "chain1-fragment"
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -261,7 +261,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", // decreasing this value reduces latency but increases the chance of being detected by the GFW
|
||||
"interval": "1"
|
||||
}
|
||||
},
|
||||
@ -367,7 +367,7 @@
|
||||
{"outboundTag": "udp-noises",
|
||||
"network": "udp"
|
||||
},
|
||||
{"outboundTag": "super-fragment",
|
||||
{"outboundTag": "chain1-fragment",
|
||||
"network": "tcp"
|
||||
}
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user