Add bypass_domain and search_domain platform HTTP proxy options

This commit is contained in:
世界
2024-05-23 14:57:26 +08:00
parent a2098c18e1
commit 8a9a77a438
12 changed files with 114 additions and 16 deletions
+2
View File
@@ -7,4 +7,6 @@ type TunPlatformOptions struct {
type HTTPProxyOptions struct {
Enabled bool `json:"enabled,omitempty"`
ServerOptions
BypassDomain Listable[string] `json:"bypass_domain,omitempty"`
MatchDomain Listable[string] `json:"match_domain,omitempty"`
}