mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-08-01 19:44:15 +03:00
Fix GroupCommonOption
This commit is contained in:
@@ -24,7 +24,7 @@ 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