15 lines
295 B
Plaintext
15 lines
295 B
Plaintext
# /etc/strongswan.conf - strongSwan configuration file
|
|
|
|
charon-systemd {
|
|
load = random nonce openssl pem pkcs1 curl revocation kernel-netlink socket-default forecast vici
|
|
|
|
multiple_authentication = no
|
|
|
|
plugins {
|
|
forecast {
|
|
groups = 224.0.0.251
|
|
interface = eth1
|
|
}
|
|
}
|
|
}
|