|
发表于 2005-12-26 23:15:40
|
显示全部楼层
cat /etc/ez-ipupdate/default.conf
- #!/usr/sbin/ez-ipupdate -c
- ###
- ### Default ez-ipupdate configuration file - EDIT WITH CARE
- ### Use `dpkg-reconfigure ez-ipupdate' to update the debconf-generated lines.
- ###
- ### The following lines were generated by debconf
- [color="Red"]service-type=dyndns[/color]
- [color="Red"]server=members.3322.org[/color]
- user=username:password
- host=xxxxxx.6600.org
- interface=ppp0
- #wildcard
- #mx=(none)
- run-as-user=ez-ipupd
- cache-file=/var/cache/ez-ipupdate/default-cache
- daemon
- ### Changes below this line will be preserved on upgrades.
复制代码 |
|