blob: f8f78aa11e9466ad780116fb082fd329f858c3a0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# /etc/ipsec.conf - strongSwan IPsec configuration file
version 2.0 # conforms to second version of ipsec.conf specification
config setup
plutodebug=control
crlcheckinterval=180
strictcrlpolicy=no
charonstart=no
include /etc/ipsec.connections
|