changes
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// BIND Configuration for Hidden Primary Server
|
||||
|
||||
options {
|
||||
directory "/var/named";
|
||||
directory "/etc/named/zones";
|
||||
pid-file "/var/run/named/named.pid";
|
||||
|
||||
// Hide version information
|
||||
@@ -51,10 +51,8 @@ zone-template "standard-zone" {
|
||||
};
|
||||
};
|
||||
|
||||
// Zone configurations using template
|
||||
zone "whiskeylimahotel.de" using-template "standard-zone" {
|
||||
file "whiskeylimahotel.de.zone";
|
||||
};
|
||||
// Zone configurations (loaded from separate file)
|
||||
include "/etc/named/zones/zones.conf";
|
||||
|
||||
// Logging configuration
|
||||
logging {
|
||||
|
||||
Reference in New Issue
Block a user