blob: 965752b5e8591604fb9a566a0e61fc575618cec9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# /etc/strongswan.conf - strongSwan configuration file
libimcv {
load = random nonce sha1 sha2 md5 gmp pubkey x509
debug_level = 3
plugins {
imc-test {
command = allow
}
}
}
|