1. url=订阅地址
2. user_path=用户~的路径[cd ~ -> pwd 查看]
3. net_config=规则策略.
1. 安装python :
- [Arch]: sudo pacman -S python
- [Ubuntu]: sudo apt install python3
- [Centos]: sudo yum install python3
2. 填写订阅地址和用户路径
3. 执行命令 (python3 ./v2ray.py)
- 输入crontab -e编辑定时任务
- 模板: [cron表达式] [python路径] [脚本路径] > [输出日志路径]
- 例子: 0 0 18 * * ? /usr/bin/python3.8 ~/v2ray.py > ~/auto.log
- Arch系也可通过:[cron表达式] systemctl restart clash.service[需自行设置]设置定时任务.在更新订阅后重启Clash-linux