summaryrefslogtreecommitdiff
path: root/conf/plugins/unbound.conf
blob: 8d3003118e3c265bba887dc473c02b6413200960 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
unbound {

    # File to read trusted keys for DLV (DNSSEC Lookaside Validation) from.
    # dlv_anchors =

    # Whether to load the plugin. Can also be an integer to increase the
    # priority of this plugin.
    load = yes

    # File to read DNS resolver configuration from.
    # resolv_conf = /etc/resolv.conf

    # File to read DNSSEC trust anchors from (usually root zone KSK).
    # trust_anchors = /etc/ipsec.d/dnssec.keys

}