Annotation of embedaddon/strongswan/testing/tests/ikev2/trap-any/hosts/carol/etc/ipsec.conf, revision 1.1.1.1

1.1       misho       1: # /etc/ipsec.conf - strongSwan IPsec configuration file
                      2: 
                      3: conn %default
                      4:        ikelifetime=60m
                      5:        keylife=20m
                      6:        rekeymargin=3m
                      7:        keyingtries=1
                      8: 
                      9: conn trap-any
                     10:        right=%any
                     11:        type=transport
                     12:        authby=psk
                     13:        auto=add

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