Fix TLS record fragment

This commit is contained in:
Restia-Ashbell
2025-05-13 11:56:48 +08:00
committed by 世界
parent 28f29b8b01
commit 2e9cfd8198
2 changed files with 4 additions and 1 deletions

View File

@@ -452,6 +452,9 @@ match:
metadata.TLSFragment = true
metadata.TLSFragmentFallbackDelay = routeOptions.TLSFragmentFallbackDelay
}
if routeOptions.TLSRecordFragment {
metadata.TLSRecordFragment = true
}
}
switch action := currentRule.Action().(type) {
case *rule.RuleActionSniff: