fix: proxy-groups filter logic
This commit is contained in:
@ -19,6 +19,10 @@ type Relay struct {
|
||||
filter string
|
||||
}
|
||||
|
||||
func (r *Relay) IsProxyGroup() bool {
|
||||
return true
|
||||
}
|
||||
|
||||
// DialContext implements C.ProxyAdapter
|
||||
func (r *Relay) DialContext(ctx context.Context, metadata *C.Metadata, opts ...dialer.Option) (C.Conn, error) {
|
||||
var proxies []C.Proxy
|
||||
|
Reference in New Issue
Block a user