summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_dnsmasq_domainoverride_edit.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/services_dnsmasq_domainoverride_edit.php')
-rw-r--r--src/usr/local/www/services_dnsmasq_domainoverride_edit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/services_dnsmasq_domainoverride_edit.php b/src/usr/local/www/services_dnsmasq_domainoverride_edit.php
index 9015588..6df731c 100644
--- a/src/usr/local/www/services_dnsmasq_domainoverride_edit.php
+++ b/src/usr/local/www/services_dnsmasq_domainoverride_edit.php
@@ -132,7 +132,7 @@ $section = new Form_Section('Domain Override Options');
$section->addInput(new Form_Input(
'domain',
- 'Domain',
+ '*Domain',
'text',
$pconfig['domain']
))->setHelp('Domain to override (NOTE: this does not have to be a valid TLD!)' . '<br />' .
@@ -140,7 +140,7 @@ $section->addInput(new Form_Input(
$section->addInput(new Form_IpAddress(
'ip',
- 'IP Address',
+ '*IP Address',
$pconfig['ip']
))->setPattern('[a-f0-9:.#!]*')
->setHelp('IP address of the authoritative DNS server for this domain' . '<br />' .
OpenPOWER on IntegriCloud