begin refactor of proxy engine
This commit is contained in:
11
proxychain/proxychain_pool.go
Normal file
11
proxychain/proxychain_pool.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package proxychain
|
||||
|
||||
import (
|
||||
"net/url"
|
||||
)
|
||||
|
||||
type ProxyChainPool map[url.URL]ProxyChain
|
||||
|
||||
func NewProxyChainPool() ProxyChainPool {
|
||||
return map[url.URL]ProxyChain{}
|
||||
}
|
||||
Reference in New Issue
Block a user