strongswan.conf 319 B

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