named.conf revision cfa2326b5c96a3a4c720262e077b2baf9fc27970
/*
*
*
*/
/*
* likelyhood of collision.
*
* e.g.
* key "cc64b3d1db63fc88d7cb5d2f9f57d258" {
* algorithm hmac-sha256;
* secret "34f88008d07deabbe65bd01f1d233d47";
* };
*
* server "10.53.0.5" {
* key cc64b3d1db63fc88d7cb5d2f9f57d258;
* port 5353;
* };
*
* rndc -s 10.53.0.5 <command>
*/
key "cc64b3d1db63fc88d7cb5d2f9f57d258" {
algorithm hmac-sha256;
secret "34f88008d07deabbe65bd01f1d233d47";
};
controls {
inet 10.53.0.5 port 5353 allow { any; }
keys { cc64b3d1db63fc88d7cb5d2f9f57d258; };
};
include "trusted.conf";
include "trusted-dlv.conf";
options {
query-source address 10.53.0.5;
notify-source 10.53.0.5;
transfer-source 10.53.0.5;
port 5300;
pid-file "named.pid";
listen-on { 10.53.0.5; };
listen-on-v6 { none; };
recursion yes;
acache-enable yes;
notify yes;
dnssec-enable yes;
dnssec-validation yes;
dnssec-lookaside "." trust-anchor "dlv.utld";
};
zone "." { type hint; file "hints"; };