From 9fe36a55f9ab10b22da79a0ee7df9194f6d6da45 Mon Sep 17 00:00:00 2001 From: Gerald Hansen Date: Tue, 17 Nov 2015 14:22:02 +0100 Subject: [PATCH] remove provider, because of using dyndns2 protocol --- ddclient | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/ddclient b/ddclient index a6c2990..125e28a 100755 --- a/ddclient +++ b/ddclient @@ -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,