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:
patterniha 2025-02-14 18:35:47 +03:30 committed by GitHub
parent 3476bc558e
commit 51fd6038cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"
}
]