Annotation of embedaddon/strongswan/conf/plugins/unbound.opt, revision 1.1
1.1 ! misho 1: charon.plugins.unbound.resolv_conf = /etc/resolv.conf
! 2: File to read DNS resolver configuration from.
! 3:
! 4: charon.plugins.unbound.trust_anchors = /etc/ipsec.d/dnssec.keys
! 5: File to read DNSSEC trust anchors from (usually root zone KSK).
! 6:
! 7: File to read DNSSEC trust anchors from (usually root zone KSK). The format
! 8: of the file is the standard DNS Zone file format, anchors can be stored as
! 9: DS or DNSKEY entries in the file.
! 10:
! 11: charon.plugins.unbound.dlv_anchors =
! 12: File to read trusted keys for DLV (DNSSEC Lookaside Validation) from.
! 13:
! 14: File to read trusted keys for DLV (DNSSEC Lookaside Validation) from. It
! 15: uses the same format as _trust_anchors_. Only one DLV can be configured,
! 16: which is then used as a root trusted DLV, this means that it is a lookaside
! 17: for the root.
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>