mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-08-03 20:35:16 +03:00
mitm: Fix HTTP2 support & Add print
This commit is contained in:
@@ -18,6 +18,7 @@ type TLSDecryptionOptions struct {
|
||||
|
||||
type MITMRouteOptions struct {
|
||||
Enabled bool `json:"enabled,omitempty"`
|
||||
Print bool `json:"print,omitempty"`
|
||||
Script badoption.Listable[string] `json:"script,omitempty"`
|
||||
SurgeURLRewrite badoption.Listable[SurgeURLRewriteLine] `json:"sg_url_rewrite,omitempty"`
|
||||
SurgeHeaderRewrite badoption.Listable[SurgeHeaderRewriteLine] `json:"sg_header_rewrite,omitempty"`
|
||||
|
||||
Reference in New Issue
Block a user