Fixing bind9 config

cubox-m still doesn't respond to outside requests
This commit is contained in:
2022-08-25 08:03:45 -04:00
parent 47dfd8aa22
commit 20d18ec966
26 changed files with 350 additions and 350 deletions

View File

@@ -1,9 +1,13 @@
// prime the server with knowledge of the root servers
/*
* using views for internal zone requires a view for defaults
*/
view "defaults" {
// zone "." {
// type hint;
// file "/etc/bind/db.root";
// };
// prime the server with knowledge of the root servers
zone "." {
type hint;
file "/usr/share/dns/root.hints";
};
// be authoritative for the localhost forward and reverse zones, and for
// broadcast zones as per RFC 1912