aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ez-ipupdate/files/ipupdate.conf
blob: cbba491ef65634b3b7d74809f64d061b596ea1bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
#!/usr/bin/ez-ipupdate -c
#
# example config file for ez-ipupdate
#
# this file is actually executable!
#
#CHANGE this to the service name (ez-ipupdate --help for the list)
service-type=<type of service>
#CHANGE this to the user name and password on the service
user=myuserid:mypassword
#CHANGE this to the domain name to update
host=mydomain.whatever.com
#
interface=eth0
quiet
#
# other options:
#address=<ip address>
#cache-file=/etc/ez-ipupdate.cache.eth1
#daemon
#debug
#foreground
#host=<host>
#interface=<interface>
#mx=<mail exchanger>
#retrys=<number of trys>
#run-as-user=<user>
#server=<server name>
#timeout=<sec.millisec>
#max-interval=<time in seconds>
#notify-email=<email address>
#period=<time between update attempts>
#url=<url>
#user=<user name>[:password]
#wildcard
#quiet