浏览代码

feat(docs): add daemon option to ddclient config

Gustl22 1 年之前
父节点
当前提交
8ed5c65701
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      docs/dyndns/configure.rst

+ 2 - 0
docs/dyndns/configure.rst

@@ -123,6 +123,8 @@ file similar to this one, with the three placeholders replaced by your domain
 name and your token secret::
 name and your token secret::
 
 
   protocol=dyndns2
   protocol=dyndns2
+  # Run in daemon mode: auto-update DNS every 10min. (Alternatively, use cron.)
+  #daemon=600
   # "use=cmd" and the curl command is one way of doing this; other ways exist
   # "use=cmd" and the curl command is one way of doing this; other ways exist
   use=cmd, cmd='curl https://checkipv4.dedyn.io/'
   use=cmd, cmd='curl https://checkipv4.dedyn.io/'
   ssl=yes
   ssl=yes