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

@ -144,6 +144,7 @@ func NewURLTest(option *GroupCommonOption, providers []provider.ProxyProvider, o
option.Filter,
option.ExcludeFilter,
option.ExcludeType,
providers,
}),
fastSingle: singledo.NewSingle[C.Proxy](time.Second * 10),