9 lines
225 B
Plaintext
9 lines
225 B
Plaintext
# /etc/strongswan.conf - strongSwan configuration file
|
|
|
|
charon {
|
|
load = random nonce aes sha1 sha2 hmac curve25519 xauth-generic attr kernel-netlink socket-default stroke updown
|
|
|
|
dns1 = 192.168.0.150
|
|
dns2 = 10.1.0.20
|
|
}
|