strongswan.conf 326 B

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