update file name

This commit is contained in:
beu
2024-04-24 14:04:11 +02:00
parent 4797e1af06
commit db56dbb9ca
2 changed files with 1 additions and 1 deletions

44
named.conf.views Normal file
View File

@@ -0,0 +1,44 @@
view "local" {
match-clients {
127.0.0.0/8;
10.0.0.0/8;
172.16.0.0/12;
192.168.0.0/16;
::1;
fc00::/7;
};
// Allow recursion
recursion yes;
allow-recursion { any; };
allow-query-cache { any; };
// Define explicit notify for specific slaves
notify explicit;
also-notify {
};
// Define allowed hosts for transfers
allow-transfer {
};
// Include zones of this view
include "/etc/bind/views/local.conf";
};
view "public" {
match-clients {
};
// Define explicit notify for specific slaves
notify explicit;
also-notify {
};
// Define allowed hosts for transfers
allow-transfer {
};
// Include zones of this view
include "/etc/bind/views/public.conf";
};