From: Tobias Brunner Date: Thu, 23 Jan 2014 14:26:08 +0000 (+0100) Subject: conf: Simplified strongswan.conf template X-Git-Tag: 5.1.2rc1~7^2~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45e19c7c88d4381fe9b716f0cee331ceb29e0d24;p=thirdparty%2Fstrongswan.git conf: Simplified strongswan.conf template --- diff --git a/conf/strongswan.conf b/conf/strongswan.conf index 0d82dedfa9..daabaeb744 100644 --- a/conf/strongswan.conf +++ b/conf/strongswan.conf @@ -1,34 +1,9 @@ # strongswan.conf - strongSwan configuration file +# +# Refer to the strongswan.conf(5) manpage for details charon { - - # number of worker threads in charon - threads = 16 - - # send strongswan vendor ID? - # send_vendor_id = yes - plugins { - sql { - # loglevel to log into sql database - loglevel = -1 - - # URI to the database - # database = sqlite:///path/to/file.db - # database = mysql://user:password@localhost/database - } } - - # ... -} - -pluto { - -} - -libstrongswan { - - # set to no, the DH exponent size is optimized - # dh_exponent_ansi_x9_42 = no }