Releases: storyicon/golang-proxy
Releases · storyicon/golang-proxy
v3.0
Feature of v3.0
- Very high speed of proxy crawler, which can download 1000 pages per second.
- You can customize the source of proxy crawler. The configuration file is extremely simple.
- Provide a compiled version, comes with a SQLite database, and supports mysql
- Comes with an API interface, all functions can be used with one click
- Proxy evaluation system to ensure the quality of the proxy pool
在 v3.0 有哪些新特性
- 支持自动对代理类型进行判断, 可以通过
schemeType判定代理对http和https的支持程度 - 支持了MySQL数据库, 详情请见 Config
- 支持单独启动服务, 在启动编译好的二进制文件时, 通过
-mode=来指定是否单独启动producer/consumer/assessor/service - 重新设计了数据表, 请注意, 这意味着
API接口发生了变动 - 重新设计了
源的数据结构, 去除了filter等字段, 请注意, 这意味着v2.0的源在直接提供给v3.0使用时可能会出现一些问题 - 更新了一些
源 - 不再支持
-source启动参数