From efe516276c5d89bfc414de9625462f78c4c0e08e Mon Sep 17 00:00:00 2001 From: cn Date: Mon, 26 Mar 2018 19:42:03 +0200 Subject: [PATCH] docs: add link to newer version --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1807214..44a984f 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ # dyndnsd.rb -[![Build Status](https://travis-ci.org/cmur2/dyndnsd.png)](https://travis-ci.org/cmur2/dyndnsd) +[![Build Status](https://travis-ci.org/cmur2/dyndnsd.svg?branch=dyndnsd-1.x)](https://travis-ci.org/cmur2/dyndnsd) A small, lightweight and extensible DynDNS server written with Ruby and Rack. +**Note:** a newer version of dyndnsd.rb is available on [branch master](https://github.com/cmur2/dyndnsd), see also the [changelog](https://github.com/cmur2/dyndnsd/blob/master/CHANGELOG.md). + ## Description dyndnsd.rb aims to implement a small [DynDNS-compliant](https://help.dyn.com/remote-access-api/) server in Ruby supporting IPv4 and IPv6 addresses. It has an integrated user and hostname database in it's configuration file that is used for authentication and authorization. Besides talking the DynDNS protocol it is able to invoke an so-called *updater*, a small Ruby module that takes care of supplying the current host => ip mapping to a DNS server.