mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-04 00:00:14 -04:00
The strongswan.d directory is also created relative to the configured location of strongswan.conf.
15 lines
281 B
Plaintext
15 lines
281 B
Plaintext
# 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
|