blob: 422538cec6d3b9b1204d0604efb929cc164d1382 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# /etc/strongswan.conf - strongSwan configuration file
charon {
load = sha1 sha2 md5 aes des hmac gmp random nonce xauth-generic attr kernel-netlink socket-default stroke updown
dns1 = 192.168.0.150
dns2 = 10.1.0.20
}
libstrongswan {
dh_exponent_ansi_x9_42 = no
}
|