diff --git a/src/www/services_dnsmasq.php b/src/www/services_dnsmasq.php index 7a8318d7d..c57276d6d 100644 --- a/src/www/services_dnsmasq.php +++ b/src/www/services_dnsmasq.php @@ -278,42 +278,48 @@ $( document ).ready(function() {
|
+ />
+ =gettext("Query DNS servers sequentially");?>
+
+ = gettext("If this option is set, the DNS Forwarder (dnsmasq) will ".
+ "query the DNS servers sequentially in the order specified (System: " .
+ "General Setup: DNS Servers), rather than all at once in parallel.") ?>
+
+ |
+
|
+ />
+ =gettext("Require domain");?>
+
+ = gettext('If this option is set, the DNS Forwarder (dnsmasq) will '.
+ 'not forward A or AAAA queries for plain names, without dots or ' .
+ 'domain parts, to upstream name servers. If the name is not known ' .
+ 'from /etc/hosts or DHCP then a "not found" answer is returned.') ?>
+
+ |
+
|
+ />
+ =gettext("Do not forward private reverse lookups");?>
+
+ = gettext('If this option is set, the DNS Forwarder (dnsmasq) will '.
+ 'not forward reverse DNS lookups (PTR) for private addresses ' .
+ '(RFC 1918) to upstream name servers. Any entries in the Domain ' .
+ 'Overrides section forwarding private "n.n.n.in-addr.arpa" names ' .
+ 'to a specific server are still forwarded. If the IP to name is ' .
+ 'not known from /etc/hosts, DHCP or a specific domain override ' .
+ 'then a "not found" answer is immediately returned.') ?>
+
+ |
+