strongswan.conf 381 B

123456789101112131415
  1. # /etc/strongswan.conf - strongSwan configuration file
  2. charon {
  3. load = random nonce aes sha1 sha2 hmac curve25519 gmp dnskey pem pkcs1 pubkey unbound dnscert x509 curl kernel-netlink socket-default stroke updown
  4. plugins {
  5. dnscert {
  6. enable = yes
  7. }
  8. unbound {
  9. # trust_anchors = /etc/ipsec.d/dnssec.keys
  10. # resolv_conf = /etc/resolv.conf
  11. }
  12. }
  13. }