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.