Date: Fri, 21 Feb 2003 16:05:27 +0100 From: Antoine Jacoutot <ajacoutot@lphp.org> To: Bryan Cassidy <c_bryan@bellsouth.net>, freebsd-questions@freebsd.org Subject: Re: freebsd 5.0 + apache + ddclient Message-ID: <200302211605.27088.ajacoutot@lphp.org> In-Reply-To: <20030221125750.GA21452@bellsouth.net> References: <20030221125750.GA21452@bellsouth.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Friday 21 February 2003 13:57, Bryan Cassidy wrote: > The server is running fine but when my ip changes the ddclient script > doesn't update it at dyndns.org so that means when my ip changes i > have to go to dyndns.org and update it myself and thats getting kinda > old ya know? > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message OK, here is my ddclient.conf if that can help you...: daemon=300 # check every 300 seconds syslog=yes # log update msgs to syslog mail=root # mail update msgs to root pid=/var/run/ddclient.pid # record PID in file. protocol=dyndns2 use=if, if=tun0 server=members.dyndns.org login=my_login, password=my_password, mx=domain.dyndns.org, backupmx=yes,\ wildcard=yes, domain.dyndns.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200302211605.27088.ajacoutot>