ddns-scripts: bugfixes/update to version 2.4.1-1

* fix problem with lucihelper script reported in OpenWrt Ticket 19419
* rewritten split_FQDN fixing detection errors and using zcat
* updated tld_names.dat and .gz compressed to save space
* add LoopiaDNS (loopia.se) to services_ipv6

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
This commit is contained in:
Christian Schoenebeck
2015-04-12 10:47:38 +02:00
parent a68ce7eaf7
commit f5334528a7
7 changed files with 402 additions and 40 deletions

View File

@@ -24,4 +24,5 @@ start() {
stop() {
killall dynamic_dns_updater.sh 2>/dev/null
return 0 # if killall fails, ignore
}