TunnelProxyPool/config.yml

24 lines
403 B
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

#使用代理去获取代理IP
proxy:
host: 127.0.0.1
port: 10809
auth:
user: abcde
pass: qwert
#配置信息
config:
#监听IP
ip: 0.0.0.0
#webApi监听端口
port: 8088
#http隧道代理端口
httpTunnelPort: 8080
#可用IP数量小于proxyNum时就去抓取
proxyNum: 200
#代理IP验证间隔秒
verifyTime: 300
#抓取/检测状态线程数
threadNum: 10000