Skip to content

Commit

Permalink
Comment some optional settings of the named.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
4quarks authored May 24, 2024
1 parent 5a60b07 commit 37daa80
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions files/configuration/test_lab/named.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ options {
allow-query { any; };
recursion yes;
allow-recursion { any; };
forwarders {
IP_TO_FORWARDER; # i.e. 8.8.8.8
};
# forwarders {
# IP_TO_FORWARDER; # i.e. 8.8.8.8
# };
dnssec-validation no;
dnstap { all; };
dnstap-output file "/var/log/named/dnstap.log" size unlimited;
response-policy { zone "rpz.local"; };
};

zone "rpz.local" {
type master;
file "/var/named/zones/db.rpz";
};
#zone "rpz.local" {
# type master;
# file "/var/named/zones/db.rpz";
#};

logging {
channel update_debug {
Expand Down Expand Up @@ -51,5 +51,5 @@ logging {
category update { update_debug; };
category update-security { update_debug; };
category security { security_info; };
category rpz { rpzlog; };
# category rpz { rpzlog; };
};

0 comments on commit 37daa80

Please sign in to comment.