Advertisement
jonaskoperdraat

strongswan.conf

Oct 16th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. # strongswan.conf - strongSwan configuration file
  2. #
  3. # Refer to the strongswan.conf(5) manpage for details
  4. #
  5. # Configuration changes should be made in the included files
  6.  
  7. charon {
  8. load_modular = yes
  9. plugins {
  10. include strongswan.d/charon/*.conf
  11. }
  12. # https://kevinlocke.name/bits/2017/08/26/strongswan-sonicwall-payload-type-id-v1-was-not-encrypted/
  13. accept_unencrypted_mainmode_messages = yes
  14. }
  15.  
  16. include strongswan.d/*.conf
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement