diff options
Diffstat (limited to 'vpn/strongswan.conf')
| -rw-r--r-- | vpn/strongswan.conf | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/vpn/strongswan.conf b/vpn/strongswan.conf new file mode 100644 index 0000000..b42f8c0 --- /dev/null +++ b/vpn/strongswan.conf @@ -0,0 +1,15 @@ +charon { + load_modular = yes + plugins { + include strongswan.d/charon/*.conf + } + filelog { + stderr { + default = 1 + ike = 2 + knl = 3 + } + } + send_vendor_id = no +} +include strongswan.d/*.conf |
