20 lines
308 B
Plaintext
Executable File
20 lines
308 B
Plaintext
Executable File
# /etc/strongswan.conf - strongSwan configuration file
|
|
|
|
swanctl {
|
|
load = random openssl
|
|
}
|
|
|
|
charon-systemd {
|
|
load = random nonce aes sha1 sha2 hmac curve25519 gmp kernel-netlink socket-default updown vici
|
|
|
|
syslog {
|
|
auth {
|
|
default = 0
|
|
}
|
|
daemon {
|
|
cfg = 1
|
|
ike = 1
|
|
}
|
|
}
|
|
}
|