动态域名解析 · 支持 IPv4/IPv6
&ip=你的IPcurl "链接"# 使用 curl 更新 curl "http://www.dh.vg/tools/ddns.php?user=test@example.com&pwd=your_token&domain=example.com&sdomain=www" # 手动指定 IPv6 curl "http://www.dh.vg/tools/ddns.php?user=test@example.com&pwd=your_token&domain=example.com&sdomain=www&ip=2001:db8::1"
*/5 * * * * curl -s "你的链接" > /dev/null 2>&1