]> git.ipfire.org Git - thirdparty/strongswan.git/blame - src/strongswan.conf
Correctly install DNS servers on Android if frontend is not used.
[thirdparty/strongswan.git] / src / strongswan.conf
CommitLineData
66bb16b0
MW
1# strongswan.conf - strongSwan configuration file
2
3charon {
4
5 # number of worker threads in charon
6 threads = 16
15d99044
MW
7
8 # send strongswan vendor ID?
9 # send_vendor_id = yes
10
66bb16b0 11 plugins {
8b799d55 12
66bb16b0 13 sql {
66bb16b0
MW
14 # loglevel to log into sql database
15 loglevel = -1
15d99044 16
66bb16b0
MW
17 # URI to the database
18 # database = sqlite:///path/to/file.db
19 # database = mysql://user:password@localhost/database
20 }
21 }
15d99044 22
66bb16b0
MW
23 # ...
24}
8b799d55
AS
25
26pluto {
27
8b799d55
AS
28}
29
30libstrongswan {
31
32 # set to no, the DH exponent size is optimized
33 # dh_exponent_ansi_x9_42 = no
34}