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

1.1     ! misho       1: # strongswan.conf - strongSwan configuration file
        !             2: #
        !             3: # Refer to the strongswan.conf(5) manpage for details
        !             4: #
        !             5: # Configuration changes should be made in the included files
        !             6: 
        !             7: charon {
        !             8:        load_modular = yes
        !             9:        plugins {
        !            10:                include strongswan.d/charon/*.conf
        !            11:        }
        !            12: }
        !            13: 
        !            14: include strongswan.d/*.conf

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