strongswan.conf 408 B

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