12 lines
274 B
Plaintext
12 lines
274 B
Plaintext
# /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
|
|
}
|