blob: ca1f7d9a58fbae93f2506712cf31fb19654a0df1 (
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 = isolate
}
}
}
|