summaryrefslogtreecommitdiff
path: root/vpn/strongswan.conf
blob: d3a7f937d37c4602eec556902c8957dcc2bb756a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
charon {
    load_modular = yes

    plugins {
        include strongswan.d/charon/*.conf
    }
    filelog {
        stderr {
            default = 1
            ike = 4
            cfg = 3
            knl = 2
        }
    }
    send_vendor_id = no
}
include strongswan.d/*.conf