blob: 02e7618d3100632b675f64707a315cb8ac0f8f56 (
plain)
1
2
3
4
5
6
7
8
9
|
# /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
dh_exponent_ansi_x9_42 = no
}
|