strongswan.conf 273 B

1234567891011
  1. # /etc/strongswan.conf - strongSwan configuration file
  2. charon {
  3. load = random nonce aes sha1 sha2 pem pkcs1 curve25519 gmp dnskey pubkey unbound ipseckey hmac stroke kernel-netlink socket-default updown resolve
  4. plugins {
  5. ipseckey {
  6. enable = yes
  7. }
  8. }
  9. }