Add TLS fragment support

This commit is contained in:
世界
2025-01-26 09:01:00 +08:00
parent 5a40ca4a8e
commit d08375b1e3
18 changed files with 476 additions and 181 deletions

View File

@@ -447,6 +447,10 @@ match:
if routeOptions.UDPTimeout > 0 {
metadata.UDPTimeout = routeOptions.UDPTimeout
}
if routeOptions.TLSFragment {
metadata.TLSFragment = true
metadata.TLSFragmentFallbackDelay = routeOptions.TLSFragmentFallbackDelay
}
}
switch action := currentRule.Action().(type) {
case *rule.RuleActionSniff: