Merge branch 'master' into whitespace-fixes
This commit is contained in:
commit
ee3c90c85f
1 changed files with 4 additions and 4 deletions
6
ddclient
6
ddclient
|
@ -4610,7 +4610,7 @@ o 'duckdns'
|
||||||
|
|
||||||
The 'duckdns' protocol is used by the free
|
The 'duckdns' protocol is used by the free
|
||||||
dynamic DNS service offered by www.duckdns.org.
|
dynamic DNS service offered by www.duckdns.org.
|
||||||
Check http://www.duckdns.org/install.jsp?tab=linux-cron for API
|
Check https://www.duckdns.org/install.jsp?tab=linux-cron for API
|
||||||
|
|
||||||
Configuration variables applicable to the 'duckdns' protocol are:
|
Configuration variables applicable to the 'duckdns' protocol are:
|
||||||
protocol=duckdns ##
|
protocol=duckdns ##
|
||||||
|
@ -4621,7 +4621,7 @@ Configuration variables applicable to the 'duckdns' protocol are:
|
||||||
Example ${program}.conf file entries:
|
Example ${program}.conf file entries:
|
||||||
## single host update
|
## single host update
|
||||||
protocol=duckdns, \\
|
protocol=duckdns, \\
|
||||||
password=z0mgs3cjur3p4ss \\
|
password=your_password, \\
|
||||||
myhost
|
myhost
|
||||||
|
|
||||||
EoEXAMPLE
|
EoEXAMPLE
|
||||||
|
@ -4645,7 +4645,7 @@ sub nic_duckdns_update {
|
||||||
|
|
||||||
# Set the URL that we're going to to update
|
# Set the URL that we're going to to update
|
||||||
my $url;
|
my $url;
|
||||||
$url = "http://$config{$h}{'server'}/update";
|
$url = "https://$config{$h}{'server'}/update";
|
||||||
$url .= "?domains=";
|
$url .= "?domains=";
|
||||||
$url .= $h;
|
$url .= $h;
|
||||||
$url .= "&token=";
|
$url .= "&token=";
|
||||||
|
|
Loading…
Reference in a new issue