Add tls fragment support

This commit is contained in:
世界
2025-01-26 09:01:00 +08:00
parent 7ecc62f2e0
commit 420d8d144a
15 changed files with 16194 additions and 0 deletions

View File

@@ -454,6 +454,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: