30일마다 새로 고치도록 ddclient를 구성하는 방법은 무엇입니까?

30일마다 새로 고치도록 ddclient를 구성하는 방법은 무엇입니까?

/etc/ddclient.confIP 주소가 변경될 때 외에 정기적으로 동적 DNS 업데이트를 보내도록 ddclient를 구성할 수 있습니까 ?

왜? 프리미엄 공급자 dyndns는 30일마다 업데이트해야 하며 그렇지 않으면 무료 계정이 만료됩니다. 나는 이것이 결코 문제가 되지 않았던 AT&T에서 보다 안정적인 서비스 제공업체인 Sonic.net으로 전환했습니다. 이제 내 동적 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

관련 정보