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=tzo
9user=myuserid:mypassword
10host=mydomain.whatever.com
11# set address to 0.0.0.0 to go offline
12# leave it empty to take the address of the connecting interface
13#address=0.0.0.0
14max-interval=2073600
15interface=eth1
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