Dyndns Updater
Revision as of 10:52, 31 July 2018 by Rafahsolis (talk | contribs) (Created page with "== Ubuntu 16.04 server == <nowiki>sudo apt install ddclient</nowiki> == /etc/ddclient.conf example == <nowiki>## ddclient configuration file daemon=600 # check every 600 se...")
Ubuntu 16.04 server
sudo apt install ddclient
/etc/ddclient.conf example
## ddclient configuration file daemon=600 # check every 600 seconds syslog=yes # log update msgs to syslog mail-failure=redteam@bbva.com # Mail failed updates to user pid=/var/run/ddclient.pid # record PID in file. ssl=yes # use HTTPS ## Detect IP with our CheckIP server use=web, web=checkip.dyndns.com/, web-skip='IP Address' ## DynDNS username and password here login=RedTeam password=##YOUR PASSWORD## ## Default options protocol=dyndns2 server=members.dyndns.org ## Dynamic DNS hosts rrafara.dyndns.org
Restart service