使用Shell编写的动态DNS脚本. 由CloudFlareAPI驱动
- 定时检测IP变化更新
- Telegram Bot 通知
- 支持Socks代理
git clone https://github.com/RealTong/cloudflare-ddns.git
- 使用编辑器编辑
cloudflare-ddns.sh
. - 将CloudFlare所需的认证信息填入
chmod +x cloudflare-ddns.sh
./cloudflare-ddns.sh
使用crontab添加定时任务
*/1 * * * * /path/cloudflare-ddns.sh
# 脚本将每分钟运行一次