strongswan.conf 250 B

1234567891011121314
  1. # /etc/strongswan.conf - strongSwan configuration file
  2. swanctl {
  3. load = random openssl
  4. }
  5. charon-systemd {
  6. load = random nonce aes sha1 sha2 hmac curve25519 kernel-netlink socket-default updown vici
  7. syslog {
  8. daemon {
  9. ike = 4
  10. }
  11. }
  12. }