remove provider, because of using dyndns2 protocol

This commit is contained in:
Gerald Hansen 2015-11-17 14:22:02 +01:00
parent 326c5c10a8
commit 9fe36a55f9

View file

@ -510,16 +510,6 @@ my %services = (
$variables{'noip-service-common-defaults'},
),
},
'myonlineportal' => {
'updateable' => undef,
'update' => \&nic_myonlineportal_update,
'examples' => \&nic_myonlineportal_examples,
'variables' => merge(
{ 'custom' => setv(T_BOOL, 0, 1, 1, 0, undef), },
$variables{'myonlineportal-common-defaults'},
$variables{'myonlineportal-service-common-defaults'},
),
},
'concont' => {
'updateable' => undef,
'update' => \&nic_concont_update,