summaryrefslogtreecommitdiffstats
path: root/main/ez-ipupdate/ez-ipupdate.confd
blob: 10349cff4568de7068d47073d771f97084db4b61 (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
# conf.d file for ez-ipupdate

# NOTE: all of the options defined in this configuration file need
# to remain in the file (do not remove them).  modify them as needed
# or leave them at the default

# the type of service that you are using
#	try one of: ezip, pgpow, dhs, dyndns, 
#	dyndns-static, ods, tzo, gnudip, easydns, 
#	justlinux, dyns, hn, zoneedit
SERVICE=""

# What hostname are you updating?
HOST=your-domain.service-domain.tld

# Credentials used to update the service
USER=yourusername
PASS=yourpassword

# Which interface has the IP to be updated?
IFACE="eth0"

# If you want your domain to have a wildcard alias, set this to 1
WILDCARD=0

# If you need to override the server to send updates to, do it here.
#	You can also specify the port, in this format: server[:port] 
SERVER=

# max time in between updates (seconds - must be 86400 or larger)
MAX_INTERVAL=86400

# I/O timeout (seconds.millis)
TIMEOUT=45.0