Advertisement
Guest User

Austin Korpi

a guest
Sep 14th, 2009
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. #!/usr/bin/perl -w
  2.  
  3. ## ddclient configuration file
  4. daemon=600 # check every 600 seconds
  5. syslog=yes # log update msgs to syslog
  6. mail-failure=myEmail # Mail failed updates to user
  7. pid=/var/run/ddclient.pid # record PID in file.
  8.  
  9. ## Detect IP with our CheckIP server
  10. use=web, web=checkip.dyndns.com/, web-skip='IP Address'
  11.  
  12. ## DynDNS username and password here
  13. login=myUsername
  14. password=myPassword
  15.  
  16. ## Default options
  17. protocol=dyndns2
  18. server=members.dyndns.org
  19.  
  20. ## Dynamic DNS hosts
  21. myDomain
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement