Updating multiple domains...
Updating multiple domains with ddclient
- 主页
- 后台控制中心
- Community Forum
- Services
- Dynamic DNS Service
- Updating multiple domains with ddclient
- Community Forum
- Updating multiple domains with ddclient
Topic: Updating multiple domains with ddclient
Is there a way to update multiple domains (3) with ddclient ?
and haw is this done ? by separating the domains with comma's (,) or by repeating the configuration multiple times.
oomsmeurrens.xyz is successfully updating, but once I add oomsmeurrens.eu and oomsmeurrens.be it gives me BADAUTH again.
not sure if this is possible with one ddclient
rgds
Gert
and haw is this done ? by separating the domains with comma's (,) or by repeating the configuration multiple times.
oomsmeurrens.xyz is successfully updating, but once I add oomsmeurrens.eu and oomsmeurrens.be it gives me BADAUTH again.
not sure if this is possible with one ddclient
rgds
Gert
Reply with quote | Report
You can put the domain names in one configuration file, one on each line. It would look like this:
# ddclient configuration for Dynu
#
# /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
MYDOMAIN1.COM # List one or more hostnames one on each line.
MYDOMAIN2.COM
MYDOMAIN3.COM
# ddclient configuration for Dynu
#
# /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
MYDOMAIN1.COM # List one or more hostnames one on each line.
MYDOMAIN2.COM
MYDOMAIN3.COM
Reply with quote | Report
Author | Topic: Updating multiple domains with ddclient |
---|---|
Gert Ooms Joined: 2017/5/18 |
![]() 2017年5月18日 8:00
Is there a way to update multiple domains (3) with ddclient ?
and haw is this done ? by separating the domains with comma's (,) or by repeating the configuration multiple times. oomsmeurrens.xyz is successfully updating, but once I add oomsmeurrens.eu and oomsmeurrens.be it gives me BADAUTH again. not sure if this is possible with one ddclient rgds Gert |
timothytw Joined: 2002/5/2 |
![]() 2017年5月18日 15:08
You can put the domain names in one configuration file, one on each line. It would look like this:
# ddclient configuration for Dynu # # /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 MYDOMAIN1.COM # List one or more hostnames one on each line. MYDOMAIN2.COM MYDOMAIN3.COM |

2025年4月30日 22:06