diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-11-28 07:19:35 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-11-28 07:19:35 +0000 |
commit | 872ed8f1882bc54a002b836aa6b136cde76eb229 (patch) | |
tree | cb45d1d738521acb18aeb72f61ad08c56e20a7d1 /packages/ez-ipupdate/files/ipupdate.conf | |
parent | af8ec74a677aa9e7e5411ecc341a82480622ee74 (diff) |
ez-ipupdate: release 3.0.10
- fully tested release with startup script and prototype config
- file. This package will update a wide range of dynamic IP services.
- Tested on zoneedit.
Diffstat (limited to 'packages/ez-ipupdate/files/ipupdate.conf')
-rw-r--r-- | packages/ez-ipupdate/files/ipupdate.conf | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/packages/ez-ipupdate/files/ipupdate.conf b/packages/ez-ipupdate/files/ipupdate.conf new file mode 100644 index 0000000000..cbba491ef6 --- /dev/null +++ b/packages/ez-ipupdate/files/ipupdate.conf @@ -0,0 +1,36 @@ +#!/usr/bin/ez-ipupdate -c +# +# example config file for ez-ipupdate +# +# this file is actually executable! +# +#CHANGE this to the service name (ez-ipupdate --help for the list) +service-type=<type of service> +#CHANGE this to the user name and password on the service +user=myuserid:mypassword +#CHANGE this to the domain name to update +host=mydomain.whatever.com +# +interface=eth0 +quiet +# +# other options: +#address=<ip address> +#cache-file=/etc/ez-ipupdate.cache.eth1 +#daemon +#debug +#foreground +#host=<host> +#interface=<interface> +#mx=<mail exchanger> +#retrys=<number of trys> +#run-as-user=<user> +#server=<server name> +#timeout=<sec.millisec> +#max-interval=<time in seconds> +#notify-email=<email address> +#period=<time between update attempts> +#url=<url> +#user=<user name>[:password] +#wildcard +#quiet |