From 08e20d464b70db57bbe28a397d373195b9f486ec Mon Sep 17 00:00:00 2001 From: patterniha <71074308+patterniha@users.noreply.github.com> Date: Mon, 10 Mar 2025 12:35:41 +0100 Subject: [PATCH] Serverless-for-Iran: Remove removed `tcpNoDelay` from configs (#221) --- Serverless-for-Iran/serverless_for_Iran.jsonc | 11 +++-------- .../serverless_with_mitm_for_Iran.jsonc | 11 +++-------- 2 files changed, 6 insertions(+), 16 deletions(-) diff --git a/Serverless-for-Iran/serverless_for_Iran.jsonc b/Serverless-for-Iran/serverless_for_Iran.jsonc index 80c9112..dfaf43f 100644 --- a/Serverless-for-Iran/serverless_for_Iran.jsonc +++ b/Serverless-for-Iran/serverless_for_Iran.jsonc @@ -1,7 +1,7 @@ // Configs here can not contain "bypassing sanctions" contents (inappropriate on US GitHub) // Please join the official Xray Iranian group https://t.me/projectXhttp to get the whole working configs -// Serverless for Iran v2 +// Serverless for Iran v3 // Xray-core v25.2.21+ // Bypass censorship using TCP/TLS fragment and UDP noises. @@ -111,11 +111,6 @@ "length": "1", "interval": "2" } - }, - "streamSettings": { - "sockopt": { - "tcpNoDelay": true - } } }, { @@ -135,7 +130,7 @@ {"type": "rand", "packet": "1250", "delay": "10"}, {"type": "rand", "packet": "1250", "delay": "10"}, {"type": "rand", "packet": "1250", "delay": "10"}, {"type": "rand", "packet": "1250", "delay": "10"}, {"type": "rand", "packet": "1250", "delay": "10"}, {"type": "rand", "packet": "1250", "delay": "10"}, - {"type": "rand", "packet": "1250", "delay": "10"} + {"type": "rand", "packet": "1250", "delay": "10"}, {"type": "rand", "packet": "1250", "delay": "10"} ] } }, @@ -156,7 +151,7 @@ {"type": "rand", "packet": "1230", "delay": "10"}, {"type": "rand", "packet": "1230", "delay": "10"}, {"type": "rand", "packet": "1230", "delay": "10"}, {"type": "rand", "packet": "1230", "delay": "10"}, {"type": "rand", "packet": "1230", "delay": "10"}, {"type": "rand", "packet": "1230", "delay": "10"}, - {"type": "rand", "packet": "1230", "delay": "10"} + {"type": "rand", "packet": "1230", "delay": "10"}, {"type": "rand", "packet": "1230", "delay": "10"} ] } } diff --git a/Serverless-for-Iran/serverless_with_mitm_for_Iran.jsonc b/Serverless-for-Iran/serverless_with_mitm_for_Iran.jsonc index 8c40804..8f18af3 100644 --- a/Serverless-for-Iran/serverless_with_mitm_for_Iran.jsonc +++ b/Serverless-for-Iran/serverless_with_mitm_for_Iran.jsonc @@ -1,7 +1,7 @@ // Configs here can not contain "bypassing sanctions" contents (inappropriate on US GitHub) // Please join the official Xray Iranian group https://t.me/projectXhttp to get the whole working configs -// Serverless with MitM-Domain-Fronting for Iran v2 +// Serverless with MitM-Domain-Fronting for Iran v3 // Xray-core v25.2.21+ // Requires a self-signed-certificate: You can create it using "./xray tls cert -ca -file=mycert" command. @@ -227,11 +227,6 @@ "length": "1", "interval": "2" } - }, - "streamSettings": { - "sockopt": { - "tcpNoDelay": true - } } }, { @@ -251,7 +246,7 @@ {"type": "rand", "packet": "1250", "delay": "10"}, {"type": "rand", "packet": "1250", "delay": "10"}, {"type": "rand", "packet": "1250", "delay": "10"}, {"type": "rand", "packet": "1250", "delay": "10"}, {"type": "rand", "packet": "1250", "delay": "10"}, {"type": "rand", "packet": "1250", "delay": "10"}, - {"type": "rand", "packet": "1250", "delay": "10"} + {"type": "rand", "packet": "1250", "delay": "10"}, {"type": "rand", "packet": "1250", "delay": "10"} ] } }, @@ -272,7 +267,7 @@ {"type": "rand", "packet": "1230", "delay": "10"}, {"type": "rand", "packet": "1230", "delay": "10"}, {"type": "rand", "packet": "1230", "delay": "10"}, {"type": "rand", "packet": "1230", "delay": "10"}, {"type": "rand", "packet": "1230", "delay": "10"}, {"type": "rand", "packet": "1230", "delay": "10"}, - {"type": "rand", "packet": "1230", "delay": "10"} + {"type": "rand", "packet": "1230", "delay": "10"}, {"type": "rand", "packet": "1230", "delay": "10"} ] } }