summaryrefslogtreecommitdiff
path: root/vpn/strongswan.conf
blob: d207c493f3b89d85553b7633ceef28f47d2cc24e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
charon {
    load_modular = yes
    plugins {
        include strongswan.d/charon/*.conf
    }
    filelog {
        stderr {
            default = 1
            ike = 4
            cfg = 3
            knl = 2
        }
        /var/log/strongswan/charon.log {
            default = 1
            ike = 4
            cfg = 3
            knl = 2
            append = yes
            flush_line = yes
        }
    }
    send_vendor_id = no
}
include strongswan.d/*.conf