diff options
author | Martin Willi <martin@revosec.ch> | 2014-04-29 16:15:01 +0200 |
---|---|---|
committer | Martin Willi <martin@revosec.ch> | 2014-05-07 14:13:38 +0200 |
commit | 7dbf9e1574f534e2724964f8e418711e830fee04 (patch) | |
tree | 282b164cbc012052d709d5b279645f77b227f94c /conf | |
parent | f3e1ec4a85dfb94d9774dc60f6a19d659712f8f6 (diff) | |
download | strongswan-7dbf9e1574f534e2724964f8e418711e830fee04.tar.bz2 strongswan-7dbf9e1574f534e2724964f8e418711e830fee04.tar.xz |
vici: Document strongswan.conf options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/Makefile.am | 1 | ||||
-rw-r--r-- | conf/plugins/vici.opt | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/conf/Makefile.am b/conf/Makefile.am index 61a0add4d..2cb101cc0 100644 --- a/conf/Makefile.am +++ b/conf/Makefile.am @@ -78,6 +78,7 @@ plugins = \ plugins/tnccs-20.opt \ plugins/unbound.opt \ plugins/updown.opt \ + plugins/vici.opt \ plugins/whitelist.opt \ plugins/xauth-eap.opt \ plugins/xauth-pam.opt diff --git a/conf/plugins/vici.opt b/conf/plugins/vici.opt new file mode 100644 index 000000000..0fca8739b --- /dev/null +++ b/conf/plugins/vici.opt @@ -0,0 +1,2 @@ +charon.plugins.vici.socket = unix://${piddir}/charon.vici + Socket the vici plugin serves clients. |