[Ddclient-forum] [Help] RE: Obtain IP from multuple " use"...
Brought to you by:
supersandro2000,
wimpunk
From: SourceForge.net <no...@so...> - 2010-07-28 23:06:51
|
The following forum message was posted by karmannjro at http://sourceforge.net/projects/ddclient/forums/forum/399428/topic/3787799: Shouldn\'t be any problem at all; there\'s a \"use=\" clause in several of the examples in the sample conf file. [code]# use=web, web=members.orgdns.org/nic/ip # server=www.orgdns.org \\ # protocol=dyndns2 \\ # login=yourLoginName \\ # password=yourPassword \\ # yourSubdomain.orgdns.org ## ## dnspark.com ## (supports variables: mx, mxpri) ## # use=web, web=ipdetect.dnspark.com, web-skip=\'Current Address:\' # protocol=dnspark, \\ # server=www.dnspark.com, \\ # your-host.dnspark.com[/code] I\'d probably set \"use=net\" for the default, and put \"use=if\" in the line(s) for the not-private domain update, in a case like that. But either way should work just fine. |