Revert: "fix: proxy-groups filter logic"
This reverts commit 8a85c63b08
.
This commit is contained in:
@ -14,10 +14,6 @@ type Reject struct {
|
||||
*Base
|
||||
}
|
||||
|
||||
func (r *Reject) IsProxyGroup() bool {
|
||||
return false
|
||||
}
|
||||
|
||||
// DialContext implements C.ProxyAdapter
|
||||
func (r *Reject) DialContext(ctx context.Context, metadata *C.Metadata, opts ...dialer.Option) (C.Conn, error) {
|
||||
return NewConn(&nopConn{}, r), nil
|
||||
|
Reference in New Issue
Block a user