diff --git a/roles/ns.xai-corp.net/templates/named.conf.j2 b/roles/ns.xai-corp.net/templates/named.conf.j2 index eb7f6cd..7ba0f74 100644 --- a/roles/ns.xai-corp.net/templates/named.conf.j2 +++ b/roles/ns.xai-corp.net/templates/named.conf.j2 @@ -80,10 +80,10 @@ options { forwarders { // 207.164.234.129; // 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.4.4; // Google Open DNS + 4.2.2.1; // Level3 Public DNS + 4.2.2.2; // Level3 Public DNS };