替换上你的 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"`
请教高手,如需更多二级域名的话,record_id和sub_domain 都会变化,需在代码上做什么改进变化呢?
record_id=100, # replace with your record_id, can get it by API Record.List
sub_domain="www", # replace with your sub_domain
record_id=200, # replace with your record_id, can get it by API Record.List
sub_domain="blog", # replace with your sub_domain
是否自行添加此两行就有效吗?