Remove named.conf

This commit is contained in:
Ondřej Surý
2020-09-02 19:01:40 +02:00
parent 4576829bbd
commit a6d8279c49
-19
View File
@@ -1,19 +0,0 @@
// This is the primary configuration file for the BIND DNS server named.
options {
directory "/var/cache/bind";
dnssec-validation auto;
listen-on-v6 { any; };
};
logging {
channel default_log {
file "/var/log/bind/default.log" versions 3 size 20m;
print-time yes;
print-category yes;
print-severity yes;
severity info;
};
category default { default_log; };
category unmatched { null; };
};