1#!/usr/local/bin/ez-ipupdate -c
2#
3# example config file for ez-ipupdate
4#
5# this file is actually executable!
6#
7
8service-type=gnudip
9user=myuserid:mypassword
10host=mydomain.whatever.com
11interface=eth1
12max-interval=2073600
13# set address to 0.0.0.0 to go offline
14# any other value is ignored
15#address=0.0.0.0
16
17# if you use run-as ensure the user has permission to write this file
18cache-file=/tmp/ez-ipupdate.cache
19
20# uncomment this once you have everything working how you want and you are
21# ready to have ez-ipupdate running in the background all the time. to stop it
22# you can use "killall -QUIT ez-ipupdate" under linux.
23#daemon
24
25