--- services_dyndns_edit.php 2017-06-05 12:58:42.894107000 -0500 +++ /usr/local/www/services_dyndns_edit.php 2017-06-05 12:52:01.864759000 -0500 @@ -124,8 +124,10 @@ $reqdfieldsn = array(gettext("Service type")); if ($pconfig['type'] != "custom" && $pconfig['type'] != "custom-v6") { - $reqdfields[] = "host"; - $reqdfieldsn[] = gettext("Hostname"); + if ($pconfig['type'] != "dnsomatic") { + $reqdfields[] = "host"; + $reqdfieldsn[] = gettext("Hostname"); + } $reqdfields[] = "passwordfld"; $reqdfieldsn[] = gettext("Password"); $reqdfields[] = "username";