blob: 4f0b4be87974339d599960b0785f6594a7770de4 (
plain)
1
2
3
4
5
6
7
8
|
# /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
}
|