blob: d9067286170335142a8a5990dab028cee460f4f9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# 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
}
}
include strongswan.d/*.conf
|