fix: proxy-groups filter logic
This commit is contained in:
@@ -35,6 +35,10 @@ type URLTest struct {
|
||||
failedTime *atomic.Int64
|
||||
}
|
||||
|
||||
func (u *URLTest) IsProxyGroup() bool {
|
||||
return true
|
||||
}
|
||||
|
||||
func (u *URLTest) Now() string {
|
||||
return u.fast(false).Name()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user