[TOC]
- 定时抓取 https://sockslist.net/list/proxy-socks-5-list/ 代理并rpush到目标redis服务器对应List缓存key=proxy下
./proxy --config=config.xml
v0.0.1
<?xml version="1.0" encoding="UTF-8" ?>
<config>
<task>
<startup>true</startup>
<schedule>0 0 * * * *</schedule>
</task>
<redis_server></redis_server>
</config>
- schedule 语法可以参考 https://godoc.org/github.com/robfig/cron
- 更多疑问请+qq群 233415606