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