|
|
发表于 2004-2-21 14:36:51
|
显示全部楼层
不知道为什么现在又不行了。察看/tmp/ez-ipupdate.cache是空的。
我的配置文件如下:
#!/usr/local/bin/ez-ipupdate -c
#
# example config file for ez-ipupdate
#
# this file is actually executable!
#
server=members.3322.org:80
request=dyndns/update
service-type=dyndns
#service-type=dyndns-static
user=ycfen:ps
host=ycfen.3322.org
interface=ppp0
max-interval=86400
retrys=999999
resolv-period=300
period=300
# please create this file and ensure that the user that ez-ipupdate is running
# as has write permissions to it then uncomment this line, if you don't your
# dyndns account will probably get banned. if you run ez-ipupdate as root (bad
# idea, use "run-as-user") then you can just uncomment this line.
#cache-file=/etc/ez-ipupdate.cache
# for the mean time we'll just use a cache file in the temp directory
cache-file=/tmp/ez-ipupdate.cache
# uncomment this once you have everything working how you want and you are
# ready to have ez-ipupdate running in the background all the time. to stop it
# you can use "killall -QUIT ez-ipupdate" under linux.
daemon |
|