aboutsummaryrefslogtreecommitdiffstats
path: root/extras/strongswan/configs/strongswan.conf
blob: 9a6e2f27280a7a8dd078bdf8f9c4d928ec8f2f40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
charon {
  load_modular = yes
  plugins {
    include strongswan.d/charon/*.conf
  }
  filelog {
    /tmp/charon.log {
      time_format = %b %e %T
      ike_name = yes
      append = no
      default = 2
      flush_line = yes
    }
  }
}
include strongswan.d/*.conf