slitaz-forge diff ns/bind/named.conf.local @ rev 709

boot: add mypizza.slitaz.org link
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Dec 15 17:55:16 2019 +0100 (2019-12-15)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/ns/bind/named.conf.local	Sun Dec 15 17:55:16 2019 +0100
     1.3 @@ -0,0 +1,14 @@
     1.4 +//
     1.5 +// Do any local configuration here
     1.6 +//
     1.7 +
     1.8 +// Consider adding the 1918 zones here, if they are not used in your
     1.9 +// organization
    1.10 +//include "/etc/bind/zones.rfc1918";
    1.11 +
    1.12 +zone "by.slitaz.org" IN {
    1.13 +	type master;
    1.14 +	file "/etc/bind/by.slitaz.org";
    1.15 +	allow-update { 127.0.0.1; 5.135.85.160; key rndc-key; };
    1.16 +	allow-query  { any; };
    1.17 +};