summaryrefslogtreecommitdiffstats
path: root/package/inadyn/inadyn.conf
diff options
context:
space:
mode:
authorDavid Purdy <david.c.purdy@gmail.com>2012-06-19 06:37:34 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2012-06-23 22:41:48 +0200
commit8ac6a2f94c35353f8fbf0906e232dc568bae3212 (patch)
treea5d764c72859036545192a47802a2e941d16d202 /package/inadyn/inadyn.conf
parent7944f19740497e68287b612db6a63e94e3cc1fe5 (diff)
downloadbuildroot-novena-8ac6a2f94c35353f8fbf0906e232dc568bae3212.tar.gz
buildroot-novena-8ac6a2f94c35353f8fbf0906e232dc568bae3212.zip
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 <david.c.purdy@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/inadyn/inadyn.conf')
-rw-r--r--package/inadyn/inadyn.conf12
1 files changed, 12 insertions, 0 deletions
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