strongswan.conf 302 B

123456789101112
  1. # /etc/strongswan.conf - strongSwan configuration file
  2. charon {
  3. load = random nonce aes sha1 sha2 pem pkcs1 curve25519 gmp x509 curl revocation hmac stroke kernel-netlink socket-default updown attr farp dhcp
  4. plugins {
  5. dhcp {
  6. server = 10.1.255.255
  7. identity_lease = yes
  8. }
  9. }
  10. }