fixup! route53: Add support for Amazon AWS Route 53

whitespace fixes
This commit is contained in:
Richard Hansen 2024-12-19 23:16:53 -05:00
parent 8b6a8aa888
commit bb35b0d482

View file

@ -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,