File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / strongswan / testing / tests / ikev2 / trap-any / hosts / carol / etc / ipsec.conf
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Wed Jun 3 09:46:47 2020 UTC (4 years, 3 months ago) by misho
CVS tags: MAIN, HEAD
Initial revision

# /etc/ipsec.conf - strongSwan IPsec configuration file

conn %default
	ikelifetime=60m
	keylife=20m
	rekeymargin=3m
	keyingtries=1

conn trap-any
	right=%any
	type=transport
	authby=psk
	auto=add

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