File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / strongswan / conf / strongswan.conf
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Jun 3 09:46:43 2020 UTC (4 years ago) by misho
Branches: strongswan, MAIN
CVS tags: v5_9_2p0, v5_8_4p7, HEAD
Strongswan

    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>