slitaz-forge view 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 source
1 //
2 // Do any local configuration here
3 //
5 // Consider adding the 1918 zones here, if they are not used in your
6 // organization
7 //include "/etc/bind/zones.rfc1918";
9 zone "by.slitaz.org" IN {
10 type master;
11 file "/etc/bind/by.slitaz.org";
12 allow-update { 127.0.0.1; 5.135.85.160; key rndc-key; };
13 allow-query { any; };
14 };