blob: 089467da4900b9e91b4d6eb43e5f4decc29b9954 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# /etc/strongswan.conf - strongSwan configuration file
pluto {
load = sha1 sha2 md5 aes des hmac gmp random xauth attr kernel-netlink
dns1 = 192.168.0.150
dns2 = 10.1.0.20
}
# pluto uses optimized DH exponent sizes (RFC 3526)
libstrongswan {
dh_exponent_ansi_x9_42 = no
}
|