diff options
Diffstat (limited to 'extras/strongswan/configs/strongswan.conf')
-rw-r--r-- | extras/strongswan/configs/strongswan.conf | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/extras/strongswan/configs/strongswan.conf b/extras/strongswan/configs/strongswan.conf new file mode 100644 index 00000000000..9a6e2f27280 --- /dev/null +++ b/extras/strongswan/configs/strongswan.conf @@ -0,0 +1,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 |