diff options
-rw-r--r-- | bind/named_BASE.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bind/named_BASE.conf b/bind/named_BASE.conf index a27ab6f..53d8664 100644 --- a/bind/named_BASE.conf +++ b/bind/named_BASE.conf @@ -32,3 +32,6 @@ zone "255.in-addr.arpa" { type master; file "/etc/bind/db.255"; }; + +zone "com" { type delegation-only; }; +zone "net" { type delegation-only; }; |