如何配置 ddclient 每 30 天刷新一次?

如何配置 ddclient 每 30 天刷新一次?

/etc/ddclient.conf除了 IP 地址改变时,是否可以配置 ddclient 来定期发送动态 DNS 更新?

为什么?免费提供商 dyndns 要求每 30 天更新一次,否则免费帐户就会过期。我从 AT&T 转到了更可靠的服务提供商 Sonic.net,因为 AT&T 从来没有出现过这个问题。现在我的动态 IP 地址可以稳定几个月。

答案1

参见 ddclient 自述文件:

USING DDCLIENT WITH cron

If you have not configured ddclient to use daemon-mode, you'll need to
configure cron to force an update once a month so that the dns entry will
not become stale.

  ## configure cron to force an update twice a month
  cp sample-etc_cron.d_ddclient /etc/cron.d/ddclient
  vi /etc/cron.d/ddclient

相关内容