diff options
Diffstat (limited to 'conf/plugins/vici.conf')
-rw-r--r-- | conf/plugins/vici.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/conf/plugins/vici.conf b/conf/plugins/vici.conf new file mode 100644 index 000000000..08fa586b4 --- /dev/null +++ b/conf/plugins/vici.conf @@ -0,0 +1,11 @@ +vici { + + # Whether to load the plugin. Can also be an integer to increase the + # priority of this plugin. + load = yes + + # Socket the vici plugin serves clients. + # socket = unix://${piddir}/charon.vici + +} + |