mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-07-22 23:33:29 +03:00
Fix GroupCommonOption
This commit is contained in:
@@ -23,9 +23,9 @@ type FallbackOutboundOptions struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type GroupCommonOption struct {
|
type GroupCommonOption struct {
|
||||||
Outbounds []string `json:"outbounds"`
|
Outbounds []string `json:"outbounds"`
|
||||||
Providers []string `json:"providers"`
|
Providers badoption.Listable[string] `json:"providers,omitempty"`
|
||||||
Exclude *badoption.Regexp `json:"exclude,omitempty"`
|
Exclude *badoption.Regexp `json:"exclude,omitempty"`
|
||||||
Include *badoption.Regexp `json:"include,omitempty"`
|
Include *badoption.Regexp `json:"include,omitempty"`
|
||||||
UseAllProviders bool `json:"use_all_providers,omitempty"`
|
UseAllProviders bool `json:"use_all_providers,omitempty"`
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user