aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/tnc/tnccs-11-radius/hosts/alice/etc/strongswan.conf
blob: 3d7f6c6a4720565fb8d794f559e59253488151bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# /etc/strongswan.conf - strongSwan configuration file

libimcv {
  debug_level = 3 
  assessment_result = no
  plugins {
    imv-test {
      rounds = 1 
    }
    imv-scanner {
      closed_port_policy = yes
      tcp_ports = 22
      udp_ports = 500 4500
    }
  }
}