EddieA
(Eddie Atherton)
October 26, 2020, 9:26pm
1
I still see receive emails from ddclient when the call out to check the IP (ipdetect.dnspark.com ) fails, due to hostname lookup error, timeout, etc. so I know the service is running.
But today I noticed that ddclient hasn’t contacted my ddns provider (Zone Edit) for around 10 months, even after the extremely rare occurrence of my ISP giving me a different IP.
Cheers.
EddieA
(Eddie Atherton)
October 26, 2020, 10:16pm
2
Looks like dnspark.com (and .net) have gone bye-bye.
In which case, maybe a mail to say response not as expected might have alerted me sooner.
Cheers.
1 Like
stephdl
(Stéphane de Labrusse)
October 27, 2020, 3:20pm
3
yes I should have a go and clean the dns provider list, I bet we have some of the providers dead
Just did a tour, it seems good, no traces of dnspark.com :-?
EddieA
(Eddie Atherton)
October 27, 2020, 5:58pm
4
dnspark.com wasn’t a provider.
It was one of the sites used to pull the current IP.
Cheers.
1 Like
stephdl
(Stéphane de Labrusse)
October 27, 2020, 9:35pm
5
what version do you use please, it should not be possible, the right version is : nethserver-ddclient-2.0.3-1.ns7.noarch
if you look the code below it is commented :-?
->setAttribute('title', $T('DynDns_Provider_Title'))
->insert($view->fieldsetSwitch('CustomService', 'enabled', $view::FIELDSETSWITCH_EXPANDABLE)
->setAttribute('label', $T('CustomService_label'))
->insert($view->textInput('DynServer'))
->insert($view->textInput('DynDns')))
->insert($view->fieldsetSwitch('CustomService', 'disabled', $view::FIELDSETSWITCH_EXPANDABLE)
->setAttribute('label', $T('KnownService_label'))
->insert($view->radioButton('DynDns', 'CHANGEIP'))
// ->insert($view->radioButton('DynDns', 'CLOUDFLARE'))
// ->insert($view->radioButton('DynDns', 'DNSDYNAMIC'))
// ->insert($view->radioButton('DynDns', 'DNSPARK'))
->insert($view->radioButton('DynDns', 'DSLREPORTS'))
->insert($view->radioButton('DynDns', 'DYNDNS1'))
->insert($view->radioButton('DynDns', 'DYNDNS2'))
->insert($view->radioButton('DynDns', 'DYNDNS3'))
->insert($view->radioButton('DynDns', 'DYNDNSFREE'))
->insert($view->radioButton('DynDns', 'DYNHOST'))
->insert($view->radioButton('DynDns', 'DYNU'))
->insert($view->radioButton('DynDns', 'EASYDNS'))
->insert($view->radioButton('DynDns', 'EURODYNDNS'))
// ->insert($view->radioButton('DynDns', 'FREEDNS'))
EddieA
(Eddie Atherton)
October 28, 2020, 12:39am
6
Looks like I’m a little behind here:
[root@Nethserver ~]# yum list installed |grep ddclient
ddclient.noarch 3.8.3-2.el7 @epel
nethserver-ddclient.noarch 1.0.5-1.ns7.sdl @stephdl
[root@Nethserver ~]#
I wonder why this isn’t being updated. Because I have a subscription ?? ??
Cheers.
stephdl
(Stéphane de Labrusse)
October 28, 2020, 5:58am
7
Probably, last version of my rpm should fix this
yum update --enablerepo=stephdl