]> git.pld-linux.org Git - packages/bind.git/blobdiff - bind-named.conf
Up to 9.16.21
[packages/bind.git] / bind-named.conf
index c4d65b7db13fb8cd4aaed1af13a5715d1dc84883..83e3783bd5a9bf90264c49058e54caa458118a47 100644 (file)
@@ -1,5 +1,4 @@
 // This is an exaple configuration file for named ( /etc/named.conf ) 
-// Przyk³adowy plik konfiguracyjny /etc/named.conf dla serwera nazw `named'
 
 options {
        directory "/";
@@ -10,6 +9,9 @@ options {
 // IPv4 will still work
 //     listen-on { none; };
 //     listen-on-v6 { any; };
+
+       #dnssec-enable yes;      # enable DNSSEC, default yes
+       dnssec-validation auto;  # enable DNSSEC validation with the key from bind.keys
 };
 
 zone "localhost" IN {
@@ -53,4 +55,3 @@ logging {
         category xfer-out { xfer-log; };
         category notify { xfer-log; };
 };
-
This page took 0.078001 seconds and 4 git commands to generate.