summaryrefslogtreecommitdiffstats
path: root/contrib/bind/bin/named/named.conf
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bind/bin/named/named.conf')
-rw-r--r--contrib/bind/bin/named/named.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/bind/bin/named/named.conf b/contrib/bind/bin/named/named.conf
index d0d2996..7d81695 100644
--- a/contrib/bind/bin/named/named.conf
+++ b/contrib/bind/bin/named/named.conf
@@ -267,6 +267,8 @@ zone "non-default-acl.demo.zone" {
acl key_acl { key sample_key; }; // a request signed with sample_key
server 1.2.3.4 {
+ edns no; // if no, we won't send ends queries
+ // to this server
bogus no; // if yes, we won't query or listen
// to this server
transfer-format one-answer; // set transfer format for this
OpenPOWER on IntegriCloud