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=<type of service>
9user=myuserid:mypassword
10interface=eth1
11#host=mydomain.whatever.com
12
13# other options:
14#address=<ip address>
15#cache-file=/etc/ez-ipupdate.cache.eth1
16#daemon
17#debug
18#foreground
19#host=<host>
20#interface=<interface>
21#mx=<mail exchanger>
22#retrys=<number of trys>
23#run-as-user=<user>
24#run-as-euser=<user>
25#server=<server name>
26#timeout=<sec.millisec>
27#max-interval=<time in seconds>
28#notify-email=<email address>
29#period=<time between update attempts>
30#url=<url>
31#user=<user name>[:password]
32#wildcard
33#quiet
34
35