how can i update more tha...
how can i update more than 1 domain with ddclient?
- Home
- Control Panel
- Community Forum
- Services
- Dynamic DNS Service
- how can i update more than 1 domain with ddclient?
- Community Forum
- how can i update more than 1 domain with ddclient?
Topic: how can i update more than 1 domain with ddclient?
by Miguel Angel Rodriguez Lopez on Saturday, January 16, 2016
I have more than 1 domain in my account and are at the same server, so i'd like to update it both with the ddclient script, thanks in advance.
Reply with quote |Report
You can list the domain name one one each line like shown below:
# /etc/ddclient.conf
daemon=60 # Check every 60 seconds.
syslog=yes # Log update msgs to syslog.
mail=root # Mail all msgs to root.
mail-failure=root # Mail failed update msgs to root.
pid=/var/run/ddclient.pid # Record PID in file.
use=web, web=checkip.dynu.com/, web-skip='IP Address' # Get ip from server.
server=api.dynu.com # IP update server.
protocol=dyndns2
login=myusername # Your username.
password=YOURPASSWORD # Password or MD5 of password.
MYDOMAIN1.DYNU.COM # Hostnames one on each line.
MYDOMAIN2.DYNU.COM
MYDOMAIN1.COM
MYDOMAIN2.com
# /etc/ddclient.conf
daemon=60 # Check every 60 seconds.
syslog=yes # Log update msgs to syslog.
mail=root # Mail all msgs to root.
mail-failure=root # Mail failed update msgs to root.
pid=/var/run/ddclient.pid # Record PID in file.
use=web, web=checkip.dynu.com/, web-skip='IP Address' # Get ip from server.
server=api.dynu.com # IP update server.
protocol=dyndns2
login=myusername # Your username.
password=YOURPASSWORD # Password or MD5 of password.
MYDOMAIN1.DYNU.COM # Hostnames one on each line.
MYDOMAIN2.DYNU.COM
MYDOMAIN1.COM
MYDOMAIN2.com
Reply with quote |Report
| Author | Topic: how can i update more than 1 domain with ddclient? |
|---|---|
|
Miguel Angel Rodriguez Lopez Joined: 1/6/2016 |
Saturday, January 16, 2016 3:19 PM
I have more than 1 domain in my account and are at the same server, so i'd like to update it both with the ddclient script, thanks in advance.
|
|
timothytw Joined: 5/2/2002 |
Wednesday, January 20, 2016 2:47 PM
You can list the domain name one one each line like shown below:
# /etc/ddclient.conf daemon=60 # Check every 60 seconds. syslog=yes # Log update msgs to syslog. mail=root # Mail all msgs to root. mail-failure=root # Mail failed update msgs to root. pid=/var/run/ddclient.pid # Record PID in file. use=web, web=checkip.dynu.com/, web-skip='IP Address' # Get ip from server. server=api.dynu.com # IP update server. protocol=dyndns2 login=myusername # Your username. password=YOURPASSWORD # Password or MD5 of password. MYDOMAIN1.DYNU.COM # Hostnames one on each line. MYDOMAIN2.DYNU.COM MYDOMAIN1.COM MYDOMAIN2.com |
Saturday, June 13, 2026 10:34 AM
