strongswan.conf 389 B

1234567891011121314151617
  1. # /etc/strongswan.conf - strongSwan configuration file
  2. charon-systemd {
  3. load = random nonce aes sha1 sha2 pem pkcs1 dnskey pubkey unbound ipseckey curve25519 gmp hmac vici 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. unbound {
  11. trust_anchors = /etc/swanctl/dnssec.keys
  12. }
  13. }
  14. }