From 2ceb4a9526857e5753166aca1c54eaecbf0acc59 Mon Sep 17 00:00:00 2001 From: Stewart Whitman <23059576+swthemathwiz@users.noreply.github.com> Date: Sun, 5 Nov 2023 16:04:49 -0800 Subject: [PATCH] Resolves #585 - inheritance for noip service --- ddclient.in | 1 + 1 file changed, 1 insertion(+) diff --git a/ddclient.in b/ddclient.in index f8291f2..5ce7a6e 100755 --- a/ddclient.in +++ b/ddclient.in @@ -818,6 +818,7 @@ my %services = ( 'update' => \&nic_noip_update, 'examples' => \&nic_noip_examples, 'variables' => { + %{$variables{'service-common-defaults'}}, 'atime' => setv(T_NUMBER, 0, 1, 0, undef), 'custom' => setv(T_BOOL, 0, 1, 0, undef), 'host' => setv(T_STRING, 1, 1, '', undef),