blob: 06c34ed9a545d24c08fce7faffa19662989f7be0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# /etc/strongswan.conf - strongSwan configuration file
libimcv {
debug_level = 3
assessment_result = no
plugins {
imv-scanner {
closed_port_policy = no
tcp_ports = 80 443
}
}
}
|