We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a9d3d5e + ae40b31 commit 19a9bc0Copy full SHA for 19a9bc0
osect_sensor/conf/suricata.yaml
@@ -15,7 +15,7 @@ suricata-version: "6.0"
15
vars:
16
# more specific is better for alert accuracy and performance
17
address-groups:
18
- HOME_NET: "[10.2.0.0/16, 10.3.0.0/16, 10.4.0.0/16, 192.168.0.0/16]"
+ HOME_NET: "[10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16]"
19
#HOME_NET: "[192.168.0.0/16]"
20
#HOME_NET: "[10.0.0.0/8]"
21
#HOME_NET: "[172.16.0.0/12]"
0 commit comments