Update On Mon Sep 8 20:41:11 CEST 2025

This commit is contained in:
github-action[bot]
2025-09-08 20:41:11 +02:00
parent 31ee540a0a
commit 74d2e7092c
127 changed files with 2387 additions and 1033 deletions
@@ -147,7 +147,6 @@ function gen_outbound(flag, node, tag, proxy_table)
sockopt = {
mark = 255,
tcpMptcp = (node.tcpMptcp == "1") and true or nil,
tcpNoDelay = (node.tcpNoDelay == "1") and true or nil,
dialerProxy = (fragment or noise) and "dialerproxy" or nil
},
network = node.transport,
@@ -1477,8 +1476,7 @@ function gen_config(var)
},
streamSettings = {
sockopt = {
mark = 255,
tcpNoDelay = true
mark = 255
}
}
})