Add: url-test proxy group support
This commit is contained in:
@ -18,5 +18,6 @@ type ServerAdapter interface {
|
||||
}
|
||||
|
||||
type Proxy interface {
|
||||
Name() string
|
||||
Generator(addr *Addr) (ProxyAdapter, error)
|
||||
}
|
||||
|
Reference in New Issue
Block a user