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