Annotation of embedaddon/strongswan/conf/plugins/whitelist.conf, revision 1.1

1.1     ! misho       1: whitelist {
        !             2: 
        !             3:     # Enable loaded whitelist plugin.
        !             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 whitelist plugin.
        !            11:     # socket = unix://${piddir}/charon.wlst
        !            12: 
        !            13: }
        !            14: 

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