Revert: "fix: proxy-groups filter logic"

This reverts commit 8a85c63b08.
This commit is contained in:
adlyq
2022-04-22 18:55:28 +08:00
parent 8a85c63b08
commit de4341c8cd
17 changed files with 2 additions and 65 deletions

View File

@ -24,10 +24,6 @@ type Fallback struct {
failedTime *atomic.Int64
}
func (f *Fallback) IsProxyGroup() bool {
return true
}
func (f *Fallback) Now() string {
proxy := f.findAliveProxy(false)
return proxy.Name()