From 33f264768e37d8a6fe564faaafa51a7b45a0ee19 Mon Sep 17 00:00:00 2001 From: Christian Schoenebeck Date: Sun, 5 Oct 2014 10:48:21 +0200 Subject: [PATCH] ddns-scripts: Insert description for NEW option update_script Insert description for NEW option update_script Signed-off-by: Christian Schoenebeck --- net/ddns-scripts/files/etc/config/ddns.sample | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/net/ddns-scripts/files/etc/config/ddns.sample b/net/ddns-scripts/files/etc/config/ddns.sample index c207728790..8625b38998 100644 --- a/net/ddns-scripts/files/etc/config/ddns.sample +++ b/net/ddns-scripts/files/etc/config/ddns.sample @@ -91,6 +91,12 @@ config service "myddns" # the format of the url to update with. You can either add an # entry to the "/usr/lib/ddns/services" or "services_ipv6" file # or specify this with the "update_url" option. + # If your ddns provider doesn't work with ddns-scripts because + # there are additional parameters or other special thinks to be done, + # then you could write your own script to send updates to your ddns provider. + # Have a look into /usr/lib/ddns/update_sample.sh + # The script is specified in "update_script" + # Either set "service_name" or one of "update_url" and "update_script" # default: none option service_name "dyndns.org" @@ -98,6 +104,10 @@ config service "myddns" # "http://[USERNAME]:[PASSWORD]@members.dyndns.org/nic/update?hostname=[DOMAIN]&myip=[IP]" # option update_url "" + # sample: + # "/usr/lib/ddns/update_sample.sh" +# option update_script "" + ########### # You must specify your domain/host name, your username and your password # as you get from you DDNS provider. Keep an eye on providers help pages. -- 2.30.2