Annotation of embedaddon/strongswan/conf/plugins/duplicheck.conf, revision 1.1.1.1

1.1       misho       1: duplicheck {
                      2: 
                      3:     # Enable duplicheck plugin (if loaded).
                      4:     # enable = yes
                      5: 
                      6:     # Whether to load the plugin. Can also be an integer to increase the
                      7:     # priority of this plugin.
                      8:     load = yes
                      9: 
                     10:     # Socket provided by the duplicheck plugin.
                     11:     # socket = unix://${piddir}/charon.dck
                     12: 
                     13: }
                     14: 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>