[Ddclient-forum] [ddclient - Help] RE: Add eNom as provider
Brought to you by:
supersandro2000,
wimpunk
From: SourceForge.net <no...@so...> - 2009-06-01 05:21:46
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7420225 By: baron_bits I've applied the eNom patch, but am having troubles with the host definitions. For example, I have several domains I'd like to update. I want to update the 'www' A record for these domains. When I define multiple hosts and do not include the FQDN, it skips everything but the last host. However, if I put in the FQDN, it processes each host, however, it sets the FQDN as the hostname in eNom so I things like 'www.mydomain.com.mydomain.com'. Included below are a few sample configs I've tried, none work the way I need them though. Thanks in advance to anyone that can give me a hand on this one. --- Config 1: Works for one host --- # Global Variables pid=/var/run/ddclient.pid daemon=300 protocol=enom server=dynamic.name-services.com syslog=yes use=if, if=eth0 ssl=yes # domain1.com domain=domain1.com login=domain1.com password=abc123 www -- end Config 1 -- ---- Config 2: Only works for the last defined host ---- # Global Variables pid=/var/run/ddclient.pid daemon=300 protocol=enom server=dynamic.name-services.com syslog=yes use=if, if=eth0 ssl=yes # domain1.com domain=domain1.com login=domain1.com password=abc123 www # domain2.com domain=domain2.com login=domain2.com password=abc123 www ---- End Config 2 ---- ---- Config 3: Updates all hosts defined, but adds hostnames with domain names to eNom ---- # Global Variables pid=/var/run/ddclient.pid daemon=300 protocol=enom server=dynamic.name-services.com syslog=yes use=if, if=eth0 ssl=yes # domain1.com domain=domain1.com login=domain1.com password=abc123 www.domain1.com # domain2.com domain=domain2.com login=domain2.com password=abc123 www.domain2.com ---- end Config 3 ---- ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=399428 |