Advertisement
Guest User

Untitled

a guest
Jul 28th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.08 KB | None | 0 0
  1. ######################################################################
  2. ##
  3. ## Define default global variables with lines like:
  4. ##  var=value [, var=value]*
  5. ## These values will be used for each following host unless overridden
  6. ## with a local variable definition.
  7. ##
  8. ## Define local variables for one or more hosts with:
  9. ##  var=value [, var=value]* host.and.domain[,host2.and.domain...]
  10. ##
  11. ## Lines can be continued on the following line by ending the line
  12. ## with a \
  13. ##
  14. ######################################################################
  15. daemon=900              # check every 1800 seconds
  16. syslog=yes              # log update msgs to syslog
  17. mail=root               # mail all msgs to root
  18. pid=/var/run/ddclient.pid       # record PID in file.
  19. use=web, web=checkip.dyndns.org/, web-skip='IP Address'
  20. protocol=dyndns2
  21. #mx=mx.for.your.host                            # default MX
  22. backupmx=no                                     # host is primary MX?
  23. wildcard=no                                     # add wildcard CNAME?
  24. server=members.dyndns.org           # default server
  25. login=ebg14
  26. password=1234ebg14
  27. so.dyndns.biz
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement