From 51fd6038cdb3520b7a510a4268f96e6b58362de2 Mon Sep 17 00:00:00 2001 From: patterniha <71074308+patterniha@users.noreply.github.com> Date: Fri, 14 Feb 2025 18:35:47 +0330 Subject: [PATCH] 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 --- Serverless-for-iran/serverless_with_mitm_for_iran.jsonc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Serverless-for-iran/serverless_with_mitm_for_iran.jsonc b/Serverless-for-iran/serverless_with_mitm_for_iran.jsonc index 84b5da6..899733c 100644 --- a/Serverless-for-iran/serverless_with_mitm_for_iran.jsonc +++ b/Serverless-for-iran/serverless_with_mitm_for_iran.jsonc @@ -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" } ]