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=dyndns
9#service-type=dyndns-static
10user=myuserid:mypassword
11host=mydomain.whatever.com
12interface=eth1
13max-interval=2073600
14
15# please create this file and ensure that the user that ez-ipupdate is running
16# as has write permissions to it then uncomment this line, if you don't your
17# dyndns account will probably get banned. if you run ez-ipupdate as root (bad
18# idea, use "run-as-user") then you can just uncomment this line.
19#cache-file=/etc/ez-ipupdate.cache.eth1
20
21# for the mean time we'll just use a cache file in the temp directory
22cache-file=/tmp/ez-ipupdate.cache
23
24# uncomment this once you have everything working how you want and you are
25# ready to have ez-ipupdate running in the background all the time. to stop it
26# you can use "killall -QUIT ez-ipupdate" under linux.
27#daemon
28
29