Fixing bind9 config
cubox-m still doesn't respond to outside requests
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user