summaryrefslogtreecommitdiff
path: root/testing/tests/ikev2/net2net-dnssec/hosts/sun/etc/strongswan.conf
blob: 58deb25f01c786cafcdd48e429ff1348c898d01d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# /etc/strongswan.conf - strongSwan configuration file

charon {
  load = sha1 sha2 md5 aes des hmac gmp dnskey pem pkcs1 pubkey unbound ipseckey random nonce curl kernel-netlink socket-default stroke updown

  plugins {
    ipseckey {
      enable = yes
    }
    unbound {
      # trust_anchors = /etc/ipsec.d/dnssec.keys
      # resolv_conf = /etc/resolv.conf
    }
  }
}