File:  [ELWIX - Embedded LightWeight unIX -] / elwix / config / etc / default / strongswan / strongswan.conf
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Thu Mar 11 13:59:50 2021 UTC (3 years, 4 months ago) by misho
Branches: MAIN
CVS tags: elwix2_8, elwix2_7, HEAD, ELWIX2_7, ELWIX2_6
ver 2.6

    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: 	install_routes = no
    9: 
   10: 	load_modular = yes
   11: 	plugins {
   12: 		include strongswan.d/charon/*.conf
   13: 	}
   14: }
   15: 
   16: include strongswan.d/*.conf

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