summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
authorstilez <stilez@users.noreply.github.com>2017-03-05 11:27:37 +0000
committerGitHub <noreply@github.com>2017-03-05 11:27:37 +0000
commite22ca5a2559ed43fad6f1e1bbafcd0fa05a2c1e0 (patch)
tree4c73d89aa120b971acec1a555f1923fc2726d78b /src/usr
parent40e21a7fd9f98d92ee8f39fddf61da95f63244c9 (diff)
downloadpfsense-e22ca5a2559ed43fad6f1e1bbafcd0fa05a2c1e0.zip
pfsense-e22ca5a2559ed43fad6f1e1bbafcd0fa05a2c1e0.tar.gz
v4 or v6
Diffstat (limited to 'src/usr')
-rw-r--r--src/usr/local/www/services_unbound_domainoverride_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/services_unbound_domainoverride_edit.php b/src/usr/local/www/services_unbound_domainoverride_edit.php
index 58211a4..4a8d438 100644
--- a/src/usr/local/www/services_unbound_domainoverride_edit.php
+++ b/src/usr/local/www/services_unbound_domainoverride_edit.php
@@ -127,7 +127,7 @@ $section->addInput(new Form_IpAddress(
'ip',
'*IP Address',
$pconfig['ip']
-))->setHelp('IP address of the authoritative DNS server for this domain. e.g.: 192.168.100.100%1$s' .
+))->setHelp('IPv4 or IPv6 address of the authoritative DNS server for this domain. e.g.: 192.168.100.100%1$s' .
'To use a non-default port for communication, append an \'@\' with the port number.', '<br />')->setPattern('[a-zA-Z0-9@.:]+');
$section->addInput(new Form_Input(
OpenPOWER on IntegriCloud