unbound.conf 439 B

1234567891011121314151617
  1. unbound {
  2. # File to read trusted keys for DLV (DNSSEC Lookaside Validation) from.
  3. # dlv_anchors =
  4. # Whether to load the plugin. Can also be an integer to increase the
  5. # priority of this plugin.
  6. load = yes
  7. # File to read DNS resolver configuration from.
  8. # resolv_conf = /etc/resolv.conf
  9. # File to read DNSSEC trust anchors from (usually root zone KSK).
  10. # trust_anchors = /etc/ipsec.d/dnssec.keys
  11. }