自动更新白名单IP
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
293 B

4 years ago
# 配置config.cfg
4 years ago
* url : 代理获取url
* index: ip白名单编号,不同的机器配置不同编号,编号从0开始(相同公网IP的内网机器使用相同的编号)
4 years ago
* wait: 更新IP间隔,单位秒
4 years ago
# 安装运行
* pip install -r requirements.txt
* nohup python renew_ip.py &