]> git.ipfire.org Git - thirdparty/strongswan.git/blame - conf/plugins/resolve.opt
resolve: Make path to resolvconf(8) configurable
[thirdparty/strongswan.git] / conf / plugins / resolve.opt
CommitLineData
828815b0 1charon.plugins.resolve.file = /etc/resolv.conf
dee1916e 2 File where to add DNS server entries if not using resolvconf(8).
828815b0
TB
3
4charon.plugins.resolve.resolvconf.iface_prefix = lo.inet.ipsec.
5 Prefix used for interface names sent to resolvconf(8).
6
7 Prefix used for interface names sent to **resolvconf**(8). The nameserver
8 address is appended to this prefix to make it unique. The result has to be
9 a valid interface name according to the rules defined by resolvconf. Also,
10 it should have a high priority according to the order defined in
11 **interface-order**(5).
dee1916e
TB
12
13charon.plugins.resolve.resolvconf.path = /sbin/resolvconf
14 Path/command for resolvconf(8).
15
16 Path/command for **resolvconf**(8). The command is executed by a shell, so
17 "resolvconf" will work if it's in $PATH of the daemon.
18
19 If not configured, **resolvconf**(8) will be used if found at the default
20 location. Otherwise, the file in _charon.plugins.resolve.file_ will be
21 modfied directly.