summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_unbound_domainoverride_edit.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2017-01-30 15:12:39 +0545
committerPhil Davis <phil.davis@inf.org>2017-01-30 15:12:39 +0545
commit24b82516e0baac87316245427e870a36fbcda4ac (patch)
treefc8efd86284967135a8013c490bed7c9d451e232 /src/usr/local/www/services_unbound_domainoverride_edit.php
parent47f2a4b9eb22ea6f1f6baad83e3786ecb53c5394 (diff)
downloadpfsense-24b82516e0baac87316245427e870a36fbcda4ac.zip
pfsense-24b82516e0baac87316245427e870a36fbcda4ac.tar.gz
Required fields in Services pages
Diffstat (limited to 'src/usr/local/www/services_unbound_domainoverride_edit.php')
-rw-r--r--src/usr/local/www/services_unbound_domainoverride_edit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/services_unbound_domainoverride_edit.php b/src/usr/local/www/services_unbound_domainoverride_edit.php
index 0b40329..4268186 100644
--- a/src/usr/local/www/services_unbound_domainoverride_edit.php
+++ b/src/usr/local/www/services_unbound_domainoverride_edit.php
@@ -124,14 +124,14 @@ $section = new Form_Section('Domain Override');
$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!) e.g.: test or mycompany.localdomain or 1.168.192.in-addr.arpa');
$section->addInput(new Form_IpAddress(
'ip',
- 'IP Address',
+ '*IP Address',
$pconfig['ip']
))->setHelp('IP address of the authoritative DNS server for this domain. e.g.: 192.168.100.100' . '<br />' .
'To use a non-default port for communication, append an \'@\' with the port number.')->setPattern('[a-zA-Z0-9@.:]+');
OpenPOWER on IntegriCloud