1234567891011121314151617 |
- # 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
|