-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathstrongswan.conf
43 lines (37 loc) · 986 Bytes
/
strongswan.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# strongswan.conf - strongSwan configuration file
#
# Refer to the strongswan.conf(5) manpage for details
#
# Configuration changes should be made in the included files
charon {
load_modular = yes
plugins {
include strongswan.d/charon/*.conf
}
dns1=8.8.8.8
dns2=8.8.4.4
syslog {
auth {
default=-1
}
daemon {
default=-1
}
}
filelog {
charon {
path = /var/log/ipsec.log
# add a timestamp prefix
time_format = %Y-%m-%dT%T%z
# loggers to files also accept the append option to open files in
# append mode at startup (default is yes)
ike_name = yes
append = no
# the default loglevel for all daemon subsystems (defaults to 1).
default = 2
# flush each line to disk
flush_line = yes
}
}
}
include strongswan.d/*.conf