ddns-scripts: Update to Version 2.1.0-5 792/head
authorChristian Schoenebeck <christian.schoenebeck@gmail.com>
Fri, 16 Jan 2015 23:11:09 +0000 (00:11 +0100)
committerChristian Schoenebeck <christian.schoenebeck@gmail.com>
Fri, 16 Jan 2015 23:11:09 +0000 (00:11 +0100)
commit317740f2f229186401b9afb352fdab7150cc0608
tree9125bfaf49355707f26ea3cb7b940b514c10abda
parent9ec167918d98203bf05d44f78ee1e82506daf31b
ddns-scripts: Update to Version 2.1.0-5

restructure startup of dnymaic_dns_updater.sh
 - first run load_all_config_options (it returns 1 if SECTION_ID not found) #779
 - set all defaults if necessary
 - verify if username and/or password is needed inside update_url #779
 - remove wait - will be done by retry_interval and retry_count if communication fails
provider specific update scripts
 - verify if username/password are needed
services_ipv6
 - added freedns.afraid.org
 - IPv6 should work due to their documentation
minor fixes

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
net/ddns-scripts/Makefile
net/ddns-scripts/files/usr/lib/ddns/dynamic_dns_functions.sh
net/ddns-scripts/files/usr/lib/ddns/dynamic_dns_lucihelper.sh
net/ddns-scripts/files/usr/lib/ddns/dynamic_dns_updater.sh
net/ddns-scripts/files/usr/lib/ddns/getlocalip_sample.sh
net/ddns-scripts/files/usr/lib/ddns/services
net/ddns-scripts/files/usr/lib/ddns/services_ipv6
net/ddns-scripts/files/usr/lib/ddns/update_cloudflare.sh
net/ddns-scripts/files/usr/lib/ddns/update_no-ip.sh
net/ddns-scripts/files/usr/lib/ddns/update_sample.sh