fixup! route53: Add support for Amazon AWS Route 53
whitespace fixes
This commit is contained in:
parent
8b6a8aa888
commit
bb35b0d482
1 changed files with 3 additions and 3 deletions
|
@ -1296,9 +1296,9 @@ our %protocols = (
|
|||
},
|
||||
),
|
||||
'route53' => ddclient::Protocol->new(
|
||||
'update' => \&nic_route53_update,
|
||||
'examples' => \&nic_route53_examples,
|
||||
'cfgvars' => {
|
||||
'update' => \&nic_route53_update,
|
||||
'examples' => \&nic_route53_examples,
|
||||
'cfgvars' => {
|
||||
# Pretty all of these are ignored, but to ensure compatbility placing this here
|
||||
%{$cfgvars{'protocol-common-defaults'}},
|
||||
'login' => undef,
|
||||
|
|
Loading…
Reference in a new issue