13 lines
295 B
Plaintext
13 lines
295 B
Plaintext
# /etc/strongswan.conf - strongSwan configuration file
|
|
|
|
charon {
|
|
load = random nonce aes sha1 sha2 pem pkcs1 curve25519 gmp x509 curl revocation hmac kdf vici kernel-netlink socket-default attr unity
|
|
|
|
cisco_unity = yes
|
|
plugins {
|
|
attr {
|
|
split-exclude = 192.168.0.0/24
|
|
}
|
|
}
|
|
}
|