remove not built in provider
This commit is contained in:
parent
dac8c63f7b
commit
326c5c10a8
2 changed files with 10 additions and 1 deletions
|
|
@ -27,7 +27,6 @@ Dynamic DNS services currently supported include:
|
|||
Google - See http://www.google.com/domains for details
|
||||
Duckdns - See https://duckdns.org/ for details
|
||||
woima.fi - See https://woima.fi/ for details
|
||||
myonlineportal - See https://myonlineportal.net/howto_dyndns_ddclient
|
||||
|
||||
DDclient now supports many of cable/dsl broadband routers.
|
||||
|
||||
|
|
|
|||
10
ddclient
10
ddclient
|
|
@ -510,6 +510,16 @@ 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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue