strongswan.conf 325 B

1234567891011121314
  1. # /etc/strongswan.conf - strongSwan configuration file
  2. charon {
  3. load = random nonce aes sha1 sha2 pem pkcs1 curve25519 gmp x509 curl mgf1 ntru revocation hmac stroke kernel-netlink socket-default updown
  4. multiple_authentication = no
  5. send_vendor_id = yes
  6. syslog {
  7. daemon {
  8. ike = 4
  9. lib = 4
  10. }
  11. }
  12. }