From b5c34731b611629c7b195c15ae04b6e5791029d0 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sat, 28 Sep 2013 03:03:07 +0200 Subject: [PATCH] write some intro docs --- docs/intro.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/intro.rst b/docs/intro.rst index d9b878f..6bba06b 100644 --- a/docs/intro.rst +++ b/docs/intro.rst @@ -2,3 +2,21 @@ Introduction ============ +About nsupdate.info +=================== + +www.nsupdate.info is a free dynamic dns service. + +nsupdate.info is also the name of the software used to implement it. + + +Features +======== + +* easy and simple web interface +* supports popular dyndns2 API (like supported by many DSL/cable routers + and client software) +* uses DNS UPDATE (RFC 2136) protocol to update compatible nameservers like + BIND, PowerDNS and others (the nameserver itself is NOT included). +* free and open source, written in Python with Django +