]> git.pld-linux.org Git - packages/bind.git/blobdiff - bind-named.conf
- root.zone update
[packages/bind.git] / bind-named.conf
index c4d65b7db13fb8cd4aaed1af13a5715d1dc84883..ed68a278d37e01d6056928bee755affdd4778fa4 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,10 @@ 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
+       dnssec-lookaside auto;   # enable DNSSEC DLV registry check with the key from bind.keys
 };
 
 zone "localhost" IN {
@@ -53,4 +56,3 @@ logging {
         category xfer-out { xfer-log; };
         category notify { xfer-log; };
 };
-
This page took 0.066707 seconds and 4 git commands to generate.