Filip Tehlar | d5a3380 | 2021-02-20 02:26:17 +0000 | [diff] [blame] | 1 | charon { |
2 | load_modular = yes | ||||
3 | plugins { | ||||
4 | include strongswan.d/charon/*.conf | ||||
5 | } | ||||
6 | filelog { | ||||
7 | /tmp/charon.log { | ||||
8 | time_format = %b %e %T | ||||
9 | ike_name = yes | ||||
10 | append = no | ||||
11 | default = 2 | ||||
12 | flush_line = yes | ||||
13 | } | ||||
14 | } | ||||
15 | } | ||||
16 | include strongswan.d/*.conf |