summaryrefslogtreecommitdiff
path: root/vpn/strongswan.conf
blob: e2543a5a07e1de3d1acda346f4552e88663567a9 (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
    fragment_size = 0
}
include strongswan.d/*.conf