ddclient: correction after duckdns merge
Correcting duckdns configuration after commit 0c9920a1
This commit is contained in:
parent
f6409c756d
commit
87a0260c88
1 changed files with 5 additions and 4 deletions
1
ddclient
1
ddclient
|
@ -450,6 +450,7 @@ my %variables = (
|
|||
},
|
||||
'googledomains-common-defaults' => {
|
||||
'server' => setv(T_FQDNP, 1, 0, 1, 'domains.google.com', undef),
|
||||
},
|
||||
'duckdns-common-defaults' => {
|
||||
'server' => setv(T_FQDNP, 1, 0, 1, 'www.duckdns.org', undef),
|
||||
'login' => setv(T_LOGIN, 0, 0, 0, 'unused', undef),
|
||||
|
|
Loading…
Reference in a new issue