OSDN Git Service

Fix no pic
[uclinux-h8/uClinux-dist.git] / user / ez-ipupdate / example-ods.conf
1 #!/usr/local/bin/ez-ipupdate -c
2 #
3 # example config file for ez-ipupdate
4 #
5 # this file is actually executable!
6 #
7
8 service-type=ods
9 user=myuserid:mypassword
10 host=mydomain.ods.org
11 interface=eth1
12
13 # if you use run-as ensure the user has permission to write this file
14 cache-file=/tmp/ez-ipupdate.cache
15
16 # uncomment this once you have everything working how you want and you are
17 # ready to have ez-ipupdate running in the background all the time. to stop it
18 # you can use "killall -QUIT ez-ipupdate" under linux.
19 #daemon
20