Revision bd5737dc
Added by Jim Pingle over 11 years ago
usr/local/www/system.php | ||
---|---|---|
402 | 402 |
<?=gettext("Do not use the DNS Forwarder as a DNS server for the firewall"); ?> |
403 | 403 |
</strong> |
404 | 404 |
<br /> |
405 |
<?=gettext("By default localhost (127.0.0.1) will be used as the first DNS server where the DNS forwarder is enabled, so system can use the DNS forwarder to perform lookups. ".
|
|
405 |
<?=gettext("By default localhost (127.0.0.1) will be used as the first DNS server where the DNS Forwarder or DNS Resolver is enabled and set to listen on Localhost, so system can use the local DNS service to perform lookups. ".
|
|
406 | 406 |
"Checking this box omits localhost from the list of DNS servers."); ?> |
407 | 407 |
</span> |
408 | 408 |
</td> |
Also available in: Unified diff
Make sure that the DNS Forwarder/Resolver is actually capable of accepting queries on localhost before using it as a DNS server.