add google public dns to bind forwarder section

This commit is contained in:
2021-04-02 07:29:14 -04:00
parent 5b78e3ba17
commit 6fcc1866d4

View File

@@ -80,10 +80,10 @@ options {
forwarders { forwarders {
// 207.164.234.129; // Your ISP NS // 207.164.234.129; // Your ISP NS
// 207.164.234.193; // Your ISP NS // 207.164.234.193; // Your ISP NS
// 4.2.2.1; // Level3 Public DNS
// 4.2.2.2; // Level3 Public DNS
8.8.8.8; // Google Open DNS 8.8.8.8; // Google Open DNS
8.8.4.4; // Google Open DNS 8.8.4.4; // Google Open DNS
4.2.2.1; // Level3 Public DNS
4.2.2.2; // Level3 Public DNS
}; };