Add more spoof method

Signed-off-by: macronut <4027187+macronut@users.noreply.github.com>
This commit is contained in:
macronut
2026-08-30 17:41:40 +08:00
committed by 世界
parent 3c016c978b
commit d9290bc940
22 changed files with 360 additions and 1021 deletions
+2
View File
@@ -182,6 +182,8 @@ type RawRouteOptionsActionOptions struct {
TLSFragment bool `json:"tls_fragment,omitempty"`
TLSFragmentFallbackDelay badoption.Duration `json:"tls_fragment_fallback_delay,omitempty"`
TLSRecordFragment bool `json:"tls_record_fragment,omitempty"`
TLSSpoof string `json:"tls_spoof,omitempty"`
TLSSpoofMethod string `json:"tls_spoof_method,omitempty"`
}
type RouteOptionsActionOptions RawRouteOptionsActionOptions