Set $name before trying to adjust it
This commit is contained in:
parent
321ca60d04
commit
e19e1df555
1 changed files with 3 additions and 1 deletions
4
ddclient
4
ddclient
|
@ -3765,7 +3765,8 @@ sub nic_nfsn_examples {
|
||||||
|
|
||||||
o 'nfsn'
|
o 'nfsn'
|
||||||
|
|
||||||
The 'nfsn' protocol is used for the DNS service offered by www.nearlyfreespeech.net.
|
The 'nfsn' protocol is used for the DNS service offered by www.nearlyfreespeech.net. Use this URL to get your API-Key-password:
|
||||||
|
https://members.nearlyfreespeech.net/support/assist?tag=apikey
|
||||||
|
|
||||||
Configuration variables applicable to the 'nfsn' protocol are:
|
Configuration variables applicable to the 'nfsn' protocol are:
|
||||||
protocol=nfsn
|
protocol=nfsn
|
||||||
|
@ -3913,6 +3914,7 @@ sub nic_nfsn_update {
|
||||||
$zone);
|
$zone);
|
||||||
next;
|
next;
|
||||||
} else {
|
} else {
|
||||||
|
$name = $h;
|
||||||
$name =~ s/(.*)\.${zone}$/$1/;
|
$name =~ s/(.*)\.${zone}$/$1/;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue