User Tools

Site Tools


ubuntu:bind:configure_bind9:my_configuration

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
ubuntu:bind:configure_bind9:my_configuration [2020/12/09 18:46] – [named.conf.options] peterubuntu:bind:configure_bind9:my_configuration [2020/12/09 19:32] (current) – [ad-blacklist] peter
Line 243: Line 243:
  
     // OpenDNS     // OpenDNS
-    208.67.222.222; +    //208.67.222.222; 
-    208.67.220.220;+    //208.67.220.220;
          
-    PI-Hole. +    // PI-Hole. 
-    //192.168.1.26; +    192.168.1.26; 
-    //192.168.1.25;+    192.168.1.25;
   };   };
  
Line 283: Line 283:
 //    193.218.105.144/28; // XName //    193.218.105.144/28; // XName
 //    193.24.212.232/29;  // XName //    193.24.212.232/29;  // XName
-    212.227.123.29;  // 1& slv2.1and1.co.uk+//    212.227.123.29;  // 1& slv2.1and1.co.uk 
 +//  192.168.1.26; 
 +//  192.168.1.25;
 }; };
  
Line 324: Line 326:
         type master;         type master;
         file "/etc/bind/internals/db.sharewiz.net";         file "/etc/bind/internals/db.sharewiz.net";
 +        allow-transfer { slaves; };
         allow-update { none; };         allow-update { none; };
     };     };
Line 330: Line 333:
         type master;         type master;
         file "/etc/bind/internals/db.drdizzy.com";         file "/etc/bind/internals/db.drdizzy.com";
 +        allow-transfer { slaves; };        
         allow-update { none; };         allow-update { none; };
     };     };
Line 336: Line 340:
         type master;         type master;
         file "/etc/bind/internals/db.magicalentertainmentandsound.com";         file "/etc/bind/internals/db.magicalentertainmentandsound.com";
 +        allow-transfer { slaves; };        
         allow-update { none; };         allow-update { none; };
     };     };
Line 343: Line 348:
         type master;         type master;
         file "/etc/bind/internals/1.168.192.db";         file "/etc/bind/internals/1.168.192.db";
 +        allow-transfer { slaves; };        
         allow-update { none; };         allow-update { none; };
     };     };
Line 380: Line 386:
         type master;         type master;
         file "/etc/bind/externals/35.134.42.5.db";         file "/etc/bind/externals/35.134.42.5.db";
 +        allow-transfer { slaves; };        
         allow-update { none; };         allow-update { none; };
     };     };
Line 427: Line 434:
 ... ...
 </file> </file>
 +
 +<WRAP info>
 +**NOTE:**  See [[Ubuntu:Bind:Configure Bind9:My Configuration:Ad List|Ad List]] for the full list.
 +
 +If a refreshed file is downloaded, the default file is points to may be **"null.zone.file";**.
 +
 +To change this to point to the **/etc/bind/internals/ad-null.zone**, run the following in vi: <code bash>
 +:%s#null.zone.file#/etc/bind/internals/ad-null.zone#g
 +</code>
 +
 +</WRAP>
 +
  
 ---- ----
ubuntu/bind/configure_bind9/my_configuration.1607539589.txt.gz · Last modified: 2020/12/09 18:46 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki