nsd.conf: minor changes and notes
This commit is contained in:
@@ -10,6 +10,9 @@ pkgs.writeText "nsd.conf" (
|
||||
logfile: /var/log/nsd.log
|
||||
database: "" # disable database
|
||||
minimal-responses: yes
|
||||
rrl-ratelimit: 200
|
||||
rrl-ipv4-prefix-length: 32
|
||||
# TODO: "metrics-enable" enables prometheus metrics
|
||||
|
||||
remote-control:
|
||||
control-enable: yes
|
||||
@@ -22,6 +25,7 @@ pkgs.writeText "nsd.conf" (
|
||||
zone:
|
||||
name: "${name}"
|
||||
zonefile: "${name}.zone"
|
||||
# TODO: Should we NOTIFY secondary servers?
|
||||
# Allow transfers:
|
||||
# ns1.ntnu.no
|
||||
provide-xfr: 129.241.0.208 NOKEY
|
||||
|
||||
Reference in New Issue
Block a user