Skip to content

Commit

Permalink
chore: include-all-providers logic correction
Browse files Browse the repository at this point in the history
  • Loading branch information
xishang0128 committed Jul 15, 2024
1 parent fc03bd2 commit 9e3589d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adapter/outboundgroup/parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func ParseProxyGroup(config map[string]any, proxyMap map[string]C.Proxy, provide
}

if groupOption.IncludeAllProviders {
groupOption.Use = append(groupOption.Use, AllProviders...)
groupOption.Use = AllProviders
}
if groupOption.IncludeAllProxies {
if groupOption.Filter != "" {
Expand Down

0 comments on commit 9e3589d

Please sign in to comment.