summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_unbound_domainoverride_edit.php
diff options
context:
space:
mode:
authorstilez <stilez@users.noreply.github.com>2017-03-05 11:05:47 +0000
committerGitHub <noreply@github.com>2017-03-05 11:05:47 +0000
commit51deda53acff52b3e2e1eb0d7af369f6a26091d3 (patch)
tree99819d229012a628cefaa263ced4732fa446eb2d /src/usr/local/www/services_unbound_domainoverride_edit.php
parent1eb759abbf2fa3a24981e986bfe12c454963ee35 (diff)
downloadpfsense-51deda53acff52b3e2e1eb0d7af369f6a26091d3.zip
pfsense-51deda53acff52b3e2e1eb0d7af369f6a26091d3.tar.gz
incorrect escape \
Diffstat (limited to 'src/usr/local/www/services_unbound_domainoverride_edit.php')
-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 586131b..58211a4 100644
--- a/src/usr/local/www/services_unbound_domainoverride_edit.php
+++ b/src/usr/local/www/services_unbound_domainoverride_edit.php
@@ -147,7 +147,7 @@ if (isset($id) && $a_domainOverrides[$id]) {
}
$section->setHelp("This page is used to specify domains for which the resolver's standard DNS lookup process will be overridden, " .
-"and the resolver will query a different (non-standard) lookup server instead. It is possible to enter \'non-standard\', 'invalid' " .
+"and the resolver will query a different (non-standard) lookup server instead. It is possible to enter 'non-standard', 'invalid' " .
"and 'local' domains such as 'test', 'mycompany.localdomain', or '1.168.192.in-addr.arpa', as well as usual publicly resolvable " .
"domains such as 'org', 'info', or 'google.co.uk'. The IP entered will be treated as the IP of an authoritative lookup server for " .
"the domain (including all of its subdomains), and other lookup servers will not be queried.");
OpenPOWER on IntegriCloud