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

View File

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