Annotation of embedaddon/strongswan/conf/plugins/unbound.conf, revision 1.1
1.1 ! misho 1: unbound {
! 2:
! 3: # File to read trusted keys for DLV (DNSSEC Lookaside Validation) from.
! 4: # dlv_anchors =
! 5:
! 6: # Whether to load the plugin. Can also be an integer to increase the
! 7: # priority of this plugin.
! 8: load = yes
! 9:
! 10: # File to read DNS resolver configuration from.
! 11: # resolv_conf = /etc/resolv.conf
! 12:
! 13: # File to read DNSSEC trust anchors from (usually root zone KSK).
! 14: # trust_anchors = /etc/ipsec.d/dnssec.keys
! 15:
! 16: }
! 17:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>