Files

19 lines
355 B
Plaintext

# /etc/strongswan.conf - strongSwan configuration file
charon {
load = random nonce openssl pem pkcs1 curl revocation vici kernel-netlink socket-default updown sqlite sql attr-sql
plugins {
sql {
database = sqlite:///etc/db.d/ipsec.db
}
attr-sql {
database = sqlite:///etc/db.d/ipsec.db
}
}
}
pool {
load = sqlite
}