proxypool icon indicating copy to clipboard operation
proxypool copied to clipboard

Golang实现的IP代理池

Results 37 proxypool issues
Sort by recently updated
recently updated
newest added

GET localhost:3000/v2/https 得到的结果是空 json 如下: ![image](https://user-images.githubusercontent.com/24586533/70787389-80842f80-1dc9-11ea-8b6b-75acfaf0fa60.png) 相应的,数据库中也无 https 代理 IP.

parnurzeal/gorequest 这个包貌似不支持 https的代理吧

⚡ root@instance-69nkc38q  ~ ./proxypool 2019/04/19 11:21:36 [TRACE] Log path: 2019/04/19 11:21:36 [TRACE] Log Mode: File (Info) 2019/04/19 11:21:36 [ INFO] ProxyPool 2019/04/19 11:21:37 Starting server 0.0.0.0:3000 2019/04/19 11:21:37 Chan:...

2019/06/17 18:46:02 Unsolicited response received on idle HTTP channel starting with "HTTP/1.1 503 Too many open connections\r\nContent-Type: text/plain\r\nConnection: close\r\n\r\nMaximum number of open connections reached.\r\n"; err=

## 89ip.go err处理有问题,有时会导致空指针。 ``` if resp.StatusCode != 200 { // clog.Warn(err.Error()) return } ``` ## xicidl.go 请求有问题,我重写了。 > 详见 https://github.com/nlh1996/gopa/blob/master/proxy/xicidl.go

配置使用ini,如果有一些默认值,零配置即可使用,是不是会更好用一点?可以考虑使用viper重构一下配置,支持一下环境变量覆盖配置,支持12因素,看起来很棒

Add darwin support and add vendor path.

是否可以写一个dockerfile,方便其他人本地部署呢?或者之后我提个pr?

是否可以添加openapi/swagger 的api文档,这样方便其他人generate其他语言的客户端?而不需要自己写适配接口