summaryrefslogtreecommitdiff
path: root/vpn/strongswan.conf
blob: 4c04b4151e0ef83791ba2fdd9bfb9e97964e76eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
charon {
    load_modular = yes
    fragment_size = 512
    plugins {
        include strongswan.d/charon/*.conf
    }
    filelog {
        stderr {
            default = 1
            ike = 4
            cfg = 3
            knl = 2
        }
    }
    send_vendor_id = no
}
include strongswan.d/*.conf