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:50] – [named.conf.local] peterubuntu:bind:configure_bind9:my_configuration [2020/12/09 19:32] (current) – [ad-blacklist] peter
Line 326: 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 332: 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 338: 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 345: 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 382: 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 429: 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.1607539842.txt.gz · Last modified: 2020/12/09 18:50 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki