]> git.ipfire.org Git - thirdparty/strongswan.git/blame - conf/plugins/resolve.opt
Fixed some typos, courtesy of codespell
[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 3
17fd304e
TB
4charon.plugins.resolve.resolvconf.iface = lo.ipsec
5 Interface name/protocol sent to resolvconf(8).
828815b0 6
17fd304e
TB
7 The interface name and protocol sent to **resolvconf**(8). This has to be a
8 valid interface name according to the rules defined by resolvconf. Also, it
9 should have a high priority according to the order defined in
10 **interface-order**(5) if relevant on the system.
dee1916e
TB
11
12charon.plugins.resolve.resolvconf.path = /sbin/resolvconf
13 Path/command for resolvconf(8).
14
15 Path/command for **resolvconf**(8). The command is executed by a shell, so
16 "resolvconf" will work if it's in $PATH of the daemon.
17
18 If not configured, **resolvconf**(8) will be used if found at the default
19 location. Otherwise, the file in _charon.plugins.resolve.file_ will be
cf6f56f6 20 modified directly.