blob: 1c5da7b88bc5c0b46fb01071d41e4f0a8dab07e9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# /etc/strongswan.conf - strongSwan configuration file
charon-systemd {
load = random nonce aes sha1 sha2 pem pkcs1 curve25519 gmp x509 curl revocation hmac kernel-netlink socket-default forecast vici
multiple_authentication = no
plugins {
forecast {
groups = 224.0.0.251
interface = eth1
}
}
}
|