aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/ikev1/rw-cert-unity/hosts/moon/etc/strongswan.conf
blob: b925166b93d82cb9331593664b4a006afb0057be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# /etc/strongswan.conf - strongSwan configuration file

charon {
  load = random nonce aes sha1 sha2 pem pkcs1 pkcs8 curve25519 gmp x509 curl revocation hmac stroke kernel-netlink socket-default attr unity
  cisco_unity = yes

  plugins {
    attr {
      split-exclude = 192.168.0.0/24
    }
  }
}