aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2014-01-23 15:26:08 +0100
committerTobias Brunner <tobias@strongswan.org>2014-02-12 14:34:33 +0100
commit45e19c7c88d4381fe9b716f0cee331ceb29e0d24 (patch)
treedb31f7403e6d9edaaebfe4f432f7b80b21853fe2 /conf
parentc75acc4c44af5f6fb03b7402dbf72d6f10443315 (diff)
downloadstrongswan-45e19c7c88d4381fe9b716f0cee331ceb29e0d24.tar.bz2
strongswan-45e19c7c88d4381fe9b716f0cee331ceb29e0d24.tar.xz
conf: Simplified strongswan.conf template
Diffstat (limited to 'conf')
-rw-r--r--conf/strongswan.conf29
1 files changed, 2 insertions, 27 deletions
diff --git a/conf/strongswan.conf b/conf/strongswan.conf
index 0d82dedfa..daabaeb74 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
}