slitaz-forge view ns/bind/named.conf.local @ rev 713

makegraphs: tune cpuinfo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jan 15 08:07:41 2021 +0000 (2021-01-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 };