diff --git a/src/usr/local/www/services_dyndns_edit.php b/src/usr/local/www/services_dyndns_edit.php index 105d1b3ff2..fc1148baef 100644 --- a/src/usr/local/www/services_dyndns_edit.php +++ b/src/usr/local/www/services_dyndns_edit.php @@ -84,8 +84,10 @@ if ($_POST['save'] || $_POST['force']) { $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";