proxy-groups support exclude node by node type

This commit is contained in:
ag2s20150909
2023-01-03 21:47:57 +08:00
parent f100a33d98
commit 29b72df14c
7 changed files with 31 additions and 0 deletions

View File

@ -132,6 +132,7 @@ func NewFallback(option *GroupCommonOption, providers []provider.ProxyProvider)
},
option.Filter,
option.ExcludeFilter,
option.ExcludeType,
providers,
}),
disableUDP: option.DisableUDP,