Subversion Repositories configs

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3 - 1
#!/usr/sbin/ez-ipupdate -c
2
#
3
# example config file for ez-ipupdate
4
#
5
# this file is actually executable!
6
#
7
 
8
service-type=dyndns-custom
9
#service-type=dyndns-static
10
user=uwejacobs:8452nmiA4qNi
11
host=ujsoftware.com
12
interface=eth1
13
max-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
22
cache-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