strongswan.conf 299 B

123456789101112
  1. # /etc/strongswan.conf - strongSwan configuration file
  2. charon {
  3. load = random nonce aes sha1 sha2 pem pkcs1 pkcs8 curve25519 gmp x509 curl revocation hmac stroke kernel-netlink socket-default attr unity
  4. cisco_unity = yes
  5. plugins {
  6. attr {
  7. split-exclude = 192.168.0.0/24
  8. }
  9. }
  10. }