strongswan.conf 346 B

1234567891011121314
  1. # /etc/strongswan.conf - strongSwan configuration file
  2. charon-systemd {
  3. load = random nonce aes sha1 sha2 pem pkcs1 curve25519 gmp dnskey pubkey unbound ipseckey hmac vici kernel-netlink socket-default updown resolve
  4. plugins {
  5. ipseckey {
  6. enable = yes
  7. }
  8. unbound {
  9. trust_anchors = /etc/swanctl/dnssec.keys
  10. }
  11. }
  12. }