Cloudflare 免费解析动态域名 DDNS
脚本地址
https://github.com/yulewang/cloudflare-api-v4-ddns
获取 KEY
访问 https://dash.cloudflare.com/profile 在页面下方找到 Global API Key,点击右侧的 View 查看 Key,并保存下来 ,在页面下方找到 Global API Key,点击右侧的 View 查看 Key,并保存下来
解析域名
设置用于 DDNS 解析的二级域名,流量不经过CDN(云朵变灰)
添加一条A记录,例如:hkt.test.com,Proxy status设置成DNS only
ipv4地址随意就行
运行脚本
下载 DNNS 脚本
curl https://raw.githubusercontent.com/aipeach/cloudflare-api-v4-ddns/master/cf-v4-ddns.sh > /root/cf-v4-ddns.sh && chmod +x /root/cf-v4-ddns.sh |
配置信息
修改 DDNS 脚本并补充相关信息
vi cf-v4-ddns.sh |
# incorrect api-key results in E_UNAUTH error |
首次运行脚本,输出内容会显示当前IP,进入cloudflare查看 确保IP已变更为当前IP
./cf-v4-ddns.sh |
设置定时任务
crontab -e |
# 如果需要日志,替换上面的代码 |
转载自 https://aipeach.gitbook.io/blogbackup/cloudflare-da-jian-ddns-jiao-ben-ban#huo-qu-global-api-key
https://github.com/EdNovas/cloudflare-api-v4-ddns
All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.
Comment