Add: url-test proxy group support

This commit is contained in:
Dreamacro
2018-06-16 21:34:13 +08:00
parent 961250f998
commit 6ffbb7c89e
6 changed files with 195 additions and 2 deletions

View File

@ -18,5 +18,6 @@ type ServerAdapter interface {
}
type Proxy interface {
Name() string
Generator(addr *Addr) (ProxyAdapter, error)
}