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

    # File where to add DNS server entries.
    # file = /etc/resolv.conf

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

    resolvconf {

        # Prefix used for interface names sent to resolvconf(8).
        # iface_prefix = lo.inet.ipsec.

    }

}