Bonjour,
En ligne 108 de core/class/dyndns.class.php l’@ n’est pas bon
$url = ‹ https:// › . ‹ @dynupdate.no-ip.com/nic/update?hostname= › . $this->getConfiguration(‹ hostname ›) . ‹ &myip= › . $ip;
, il faut remplacer l’url par
$url = ‹ https://dynupdate.no-ip.com/nic/update?hostname= › . $this->getConfiguration(‹ hostname ›) . ‹ &myip= › . $ip;
PR Update dyndns.class.php by Pulpyyyy · Pull Request #16 · jeedom/plugin-dyndns · GitHub
Bonne soirée