From 8ac6a2f94c35353f8fbf0906e232dc568bae3212 Mon Sep 17 00:00:00 2001 From: David Purdy Date: Tue, 19 Jun 2012 06:37:34 +0000 Subject: inadyn: add package for inadyn DDNS client-updater inadyn is a DynamicDNS client/updater which works with dyndns.com, noip.com and many other DDNS providers. It is minimal in footprint and requirements, supports IP caching, multiple providers, multiple domain names, and a variety of other situations. [Peter: fixup whitespace / trailing spaces] Signed-off-by: Dave Purdy Signed-off-by: Peter Korsgaard --- package/inadyn/inadyn.conf | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 package/inadyn/inadyn.conf (limited to 'package/inadyn/inadyn.conf') diff --git a/package/inadyn/inadyn.conf b/package/inadyn/inadyn.conf new file mode 100644 index 000000000..b5877f7a7 --- /dev/null +++ b/package/inadyn/inadyn.conf @@ -0,0 +1,12 @@ +# Basic configuration file for inadyn +# +# /etc/inadyn.conf +background +update_period_sec 600 # Check for a new IP every 600 seconds +username test # replace 'test' with your username +password test # replace 'test' with your password +dyndns_system dyndns@dyndns.org # replace w/ your provider + +# uncomment the alias statement below to test it on your system +alias test.homeip.net +# replace 'test.homeip.net' with yourdomainname for actual (non-test) use -- cgit v1.2.3