diff options
author | Tobias Brunner <tobias@strongswan.org> | 2012-08-24 11:52:01 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2012-08-24 11:52:01 +0200 |
commit | 454fb91367715a2bd82da104d7e21c58eaf974ec (patch) | |
tree | 7935dcff16200fd7d15a31f151ce194c6c926981 /src | |
parent | 20915d6fa774c8f5015b9f81caa442cd888ef966 (diff) | |
download | strongswan-454fb91367715a2bd82da104d7e21c58eaf974ec.tar.bz2 strongswan-454fb91367715a2bd82da104d7e21c58eaf974ec.tar.xz |
Removed deprecated options from ipsec.conf template
Diffstat (limited to 'src')
-rw-r--r-- | src/starter/ipsec.conf | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/src/starter/ipsec.conf b/src/starter/ipsec.conf index b1e5d5e0c..a33d68c0a 100644 --- a/src/starter/ipsec.conf +++ b/src/starter/ipsec.conf @@ -3,20 +3,14 @@ # basic configuration config setup - # plutodebug=all - # crlcheckinterval=600 # strictcrlpolicy=yes - # cachecrls=yes - # nat_traversal=yes - # charonstart=no - # plutostart=no + # uniqueids = no # Add connections here. # Sample VPN connections #conn sample-self-signed -# left=%defaultroute # leftsubnet=10.1.0.0/16 # leftcert=selfCert.der # leftsendcert=never @@ -26,11 +20,9 @@ config setup # auto=start #conn sample-with-ca-cert -# left=%defaultroute # leftsubnet=10.1.0.0/16 # leftcert=myCert.pem # right=192.168.0.2 # rightsubnet=10.2.0.0/16 # rightid="C=CH, O=Linux strongSwan CN=peer name" -# keyexchange=ikev2 # auto=start |