Skip to content

Commit

Permalink
fixup! Add support for ionos.com
Browse files Browse the repository at this point in the history
  • Loading branch information
rhansen committed Dec 19, 2024
1 parent 60e3cfe commit 3784633
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ddclient.in
Original file line number Diff line number Diff line change
Expand Up @@ -1296,9 +1296,9 @@ our %protocols = (
},
),
'ionos' => ddclient::Protocol->new(
'update' => \&nic_ionos_update,
'examples' => \&nic_ionos_examples,
'cfgvars' => {
'update' => \&nic_ionos_update,
'examples' => \&nic_ionos_examples,
'cfgvars' => {
%{$cfgvars{'protocol-common-defaults'}},
'server' => setv(T_FQDNP, 0, 'ipv4.api.hosting.ionos.com', undef),
'login' => undef,
Expand Down

0 comments on commit 3784633

Please sign in to comment.