13 lines
260 B
Plaintext
13 lines
260 B
Plaintext
# /etc/strongswan.conf - strongSwan configuration file
|
|
|
|
charon {
|
|
load = random nonce openssl pem pkcs1 curl revocation vici kernel-netlink socket-default attr unity
|
|
|
|
cisco_unity = yes
|
|
plugins {
|
|
attr {
|
|
split-exclude = 192.168.0.0/24
|
|
}
|
|
}
|
|
}
|