Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: adding helpfull "forwarders" option

...

No Format
127.0.0.1	localhost

Using only your ISP DNS servers

Sometimes is better to always use your ISP DNS servers, because you may have a faster conection to your ISP's DNS servers than to the DNS Root server.

Here are the options to only resolv using your ISP DNS Servers, the response is always cached in your local DNS Caching server:

No Format

options {
...
  forward only;
  forwarders {
    IP_DNS_1;
    IP_DNS_2;
  };
...
};