aboutsummaryrefslogtreecommitdiff
path: root/net/ddns-scripts/samples
diff options
context:
space:
mode:
authorChristian Schoenebeck <christian.schoenebeck@gmail.com>2016-12-04 16:47:09 +0100
committerChristian Schoenebeck <christian.schoenebeck@gmail.com>2016-12-04 16:47:09 +0100
commit1c20dcb71a693892a72882c6594c66a05239cea0 (patch)
treef43415ad1aea6e37666c0b75a41cd0a6146f3d1a /net/ddns-scripts/samples
parent4a07953154485582600f43cba9e96cda1307f4ca (diff)
ddns-scripts: update to 2.7.6-1
- tld_names.dat.gz - rename to public_suffix_list.dat.gz - (re)created during build - new location /usr/share - move services files to /etc/ddns - new services - CloudFlare.com-v4 using API-Version 4 without using public_suffix_list.dat - GoDaddy.com - both depending on cURL package - both with modified syntax for option domain ( NEW: [host[.subdom]@]domain.tld ) - new service - Now-DNS.com formerly Now-IP.com - service afraid.org now supports key-auth and basic-auth - new command line options for dynamic_dns_updater.sh and dynamic_dns_updater.sh - adapted ddns.init and ddns.hotplug to new command line options - renaming config options inside section global Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
Diffstat (limited to 'net/ddns-scripts/samples')
-rw-r--r--net/ddns-scripts/samples/ddns.config_sample10
1 files changed, 5 insertions, 5 deletions
diff --git a/net/ddns-scripts/samples/ddns.config_sample b/net/ddns-scripts/samples/ddns.config_sample
index 4be03bb7e..a3aa7e813 100644
--- a/net/ddns-scripts/samples/ddns.config_sample
+++ b/net/ddns-scripts/samples/ddns.config_sample
@@ -29,31 +29,31 @@ config ddns "global"
# and LuCI web application.
# For codes see man pages of date command.
# default: "%F %R" (ISO 8601 format)
-# option date_format "%F %R"
+# option ddns_dateformat "%F %R"
###########
# set run directory to use for .pid and .update files
# there will be a separate file for every running service section
# default: "/var/run/ddns"
-# option run_dir "/var/run/ddns"
+# option ddns_rundir "/var/run/ddns"
###########
# set log directory to use for .log files
# there will be a separate file for every running service section
# default: "/var/log/ddns"
-# option log_dir "/var/log/ddns"
+# option ddns_logdir "/var/log/ddns"
###########
# set number of lines stored in .log file before auto truncated
# default: "250" lines
-# option log_lines "250"
+# option ddns_loglines "250"
###########
# Whether to allow to send Private/Special IP's to the DDNS provider
# IPv4: 0.x, 10.x, 127.x, 172.16.x-172.31.x, 192.168.x
# IPv6: ::, Fxxx:
# default: "0" disabled
-# option allow_local_ip "0"
+# option upd_privateip "0"
#####################################################################
# DDNS service settings