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