From cba262d112440d52d44a7049358a7b7c43b654a8 Mon Sep 17 00:00:00 2001 From: Christian Busch Date: Wed, 22 Jul 2015 22:12:44 +0200 Subject: [PATCH] Updated README:md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 085f7a9..509e942 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Update nameserver entrys at inwx with the current WAN IP (DynDNS) -nsbackup is a bash script that uses curl and the inwx API to update nameserver entrys at inwx with the current WAN IP. It supports IPv4 and IPv6. +nsbackup is a shell script that uses curl and the inwx API to update nameserver entrys at inwx with the current WAN IP. It supports IPv4 and IPv6. Place your config files in the _nsupdate.d_ folder. @@ -14,6 +14,12 @@ At least one config file needs to exist ending with _.config_. A "sample.config. ## Changelog +**2015-07-22** + +- Changed the way how the existence of config files is checked +- Updated the sample config file to reflect new options from the last updates +- The script is reported to work in csh and sh too + **2015-06-30** - Fixed the check for config files. Can now handle more than one file