替换上你的 API Token,域名ID,记录ID等参数,就可以运行了。 会在后台一直运行,每隔30秒检查一遍IP,如果修改了就更新IP。
获得 domain_id 可以用 curl
curl -k https://dnsapi.cn/Domain.List -d "login_token=TOKEN"`
获得 record_id 类似
curl -k https://dnsapi.cn/Record.List -d "login_token=TOKEN&domain_id=DOMAIN_ID"`
@wschacker
curl -X POST https://dnsapi.cn/Record.Ddns -d '[email protected]&login_password=abcdefg&format=json&domain_id=16835156&record_id=251579845&record_line=%E9%BB%98%E8%AE%A4'
shell上面这一行就可以了. dnspod加了对ddns的api支持 .它试图从request里读取要更新的ip