diff options
author | Jeremy Thomerson <jeremy@thomersonfamily.com> | 2009-08-22 05:00:23 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-08-22 14:46:43 +0000 |
commit | 49afd339b03ce74e0a76ac59656083aa56ba8b55 (patch) | |
tree | bce417fdd9ecc8a4a4e0f53e0ca184746e391049 /main/ez-ipupdate/ez-ipupdate.confd | |
parent | cfb5fcad7f74b5932afc832c787762631ad797a9 (diff) | |
download | aports-49afd339b03ce74e0a76ac59656083aa56ba8b55.tar.bz2 aports-49afd339b03ce74e0a76ac59656083aa56ba8b55.tar.xz |
main/ez-ipupdate: new aport
utility for updating your host name for many of the dynamic DNS services (ez-ip.net, dyndns.org, etc)
http://ez-ipupdate.com/
Diffstat (limited to 'main/ez-ipupdate/ez-ipupdate.confd')
-rw-r--r-- | main/ez-ipupdate/ez-ipupdate.confd | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/main/ez-ipupdate/ez-ipupdate.confd b/main/ez-ipupdate/ez-ipupdate.confd new file mode 100644 index 0000000000..10349cff45 --- /dev/null +++ b/main/ez-ipupdate/ez-ipupdate.confd @@ -0,0 +1,34 @@ +# conf.d file for ez-ipupdate + +# NOTE: all of the options defined in this configuration file need +# to remain in the file (do not remove them). modify them as needed +# or leave them at the default + +# the type of service that you are using +# try one of: ezip, pgpow, dhs, dyndns, +# dyndns-static, ods, tzo, gnudip, easydns, +# justlinux, dyns, hn, zoneedit +SERVICE="" + +# What hostname are you updating? +HOST=your-domain.service-domain.tld + +# Credentials used to update the service +USER=yourusername +PASS=yourpassword + +# Which interface has the IP to be updated? +IFACE="eth0" + +# If you want your domain to have a wildcard alias, set this to 1 +WILDCARD=0 + +# If you need to override the server to send updates to, do it here. +# You can also specify the port, in this format: server[:port] +SERVER= + +# max time in between updates (seconds - must be 86400 or larger) +MAX_INTERVAL=86400 + +# I/O timeout (seconds.millis) +TIMEOUT=45.0 |