refactor: optimize the performance of filter in proxy-group
This commit is contained in:
@ -70,6 +70,7 @@ type ProxyProvider interface {
|
||||
// Commonly used in DialContext and DialPacketConn
|
||||
ProxiesWithTouch() []constant.Proxy
|
||||
HealthCheck()
|
||||
Flag() uint
|
||||
}
|
||||
|
||||
// Rule Type
|
||||
|
Reference in New Issue
Block a user