From cec01d02a14ec9f2b3a9375df8f5d5c5932c9b7b Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sun, 29 Sep 2013 05:32:35 +0200 Subject: [PATCH] update intro docs --- docs/intro.rst | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/docs/intro.rst b/docs/intro.rst index 6bba06b..04d8b79 100644 --- a/docs/intro.rst +++ b/docs/intro.rst @@ -5,18 +5,20 @@ Introduction About nsupdate.info =================== -www.nsupdate.info is a free dynamic dns service. +http://nsupdate.info is a free dynamic dns service. -nsupdate.info is also the name of the software used to implement it. +nsupdate.info is also the name of the software used to implement it, +it is sort of a gateway between dyndns2 protocol and dynamic dns update protocol. +If you like, you can use it to host the service on your own server. 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 +* Easy and simple web interface. +* Supports popular dyndns2 API (like supported by many DSL/cable routers + and client software). +* Uses DYNAMIC DNS UPDATE protocol (RFC 2136) to update compatible nameservers like BIND, PowerDNS and others (the nameserver itself is NOT included). -* free and open source, written in Python with Django - +* Built with security and IPv6 in mind. +* Free and Open Source Software, written in Python with Django.