fix: proxy-groups filter logic
This commit is contained in:
@ -83,6 +83,7 @@ type ProxyAdapter interface {
|
||||
Addr() string
|
||||
SupportUDP() bool
|
||||
MarshalJSON() ([]byte, error)
|
||||
IsProxyGroup() bool
|
||||
|
||||
// StreamConn wraps a protocol around net.Conn with Metadata.
|
||||
//
|
||||
|
Reference in New Issue
Block a user