mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-04 00:00:14 -04:00
13 lines
321 B
Plaintext
13 lines
321 B
Plaintext
# /etc/strongswan.conf - strongSwan configuration file
|
|
|
|
charon {
|
|
load = random nonce openssl pem pkcs1 curl revocation stroke kernel-pfkey kernel-netlink socket-default updown
|
|
# remove rekeyed inbound SA a bit quicker for the test scenario
|
|
delete_rekeyed_delay = 2
|
|
syslog {
|
|
daemon {
|
|
knl = 2
|
|
}
|
|
}
|
|
}
|