strongswan.conf 316 B

1234567891011121314
  1. # /etc/strongswan.conf - strongSwan configuration file
  2. charon {
  3. load = random nonce aes sha1 sha2 pem pkcs1 dnskey pubkey unbound ipseckey curve25519 gmp hmac stroke kernel-netlink socket-default updown attr
  4. dns1 = PH_IP_WINNETOU
  5. dns2 = PH_IP_VENUS
  6. plugins {
  7. ipseckey {
  8. enable = yes
  9. }
  10. }
  11. }