diff options
author | Finn Espen Gundersen <finn@gundersen.net> | 2014-04-24 13:35:49 +0200 |
---|---|---|
committer | Finn Espen Gundersen <finn@gundersen.net> | 2014-04-24 13:35:49 +0200 |
commit | 74127ce32c2c6d17b05daaf5b16fd2e356b36241 (patch) | |
tree | da02d6367cb5ea70409ee7371e6599b1d288beb2 /usr | |
parent | ccbae5770f8d5f52765def4e88a6a15349386f5a (diff) | |
download | pfsense-74127ce32c2c6d17b05daaf5b16fd2e356b36241.zip pfsense-74127ce32c2c6d17b05daaf5b16fd2e356b36241.tar.gz |
Update services_dnsmasq.php
Clarified that domain overrides also encompasses subdomains (see https://forum.pfsense.org/index.php?topic=72978.15 for discussion)
Diffstat (limited to 'usr')
-rw-r--r-- | usr/local/www/services_dnsmasq.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/services_dnsmasq.php b/usr/local/www/services_dnsmasq.php index 4033911..3758e67 100644 --- a/usr/local/www/services_dnsmasq.php +++ b/usr/local/www/services_dnsmasq.php @@ -426,7 +426,7 @@ function show_advanced_dns() { <td colspan="5" valign="top" class="listtopic"><?=gettext("Domain Overrides");?></td> </tr> <tr> - <td><p><?=gettext("Entries in this area override an entire domain by specifying an". + <td><p><?=gettext("Entries in this area override an entire domain, and subdomains, by specifying an". " authoritative DNS server to be queried for that domain.");?></p></td> </tr> </table> |