mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Change HOME_NET and EXTERNAL_NET defaults
This commit is contained in:
@@ -2,8 +2,8 @@ suricata:
|
||||
config:
|
||||
vars:
|
||||
address-groups:
|
||||
HOME_NET: "[192.168.0.0/16]"
|
||||
EXTERNAL_NET: "!$HOME_NET"
|
||||
HOME_NET: "[192.168.0.0/16,10.0.0.0/8,172.16.0.0/12]"
|
||||
EXTERNAL_NET: "any"
|
||||
HTTP_SERVERS: "$HOME_NET"
|
||||
SMTP_SERVERS: "$HOME_NET"
|
||||
SQL_SERVERS: "$HOME_NET"
|
||||
@@ -590,4 +590,4 @@ suricata:
|
||||
# threshold-file: /etc/suricata/threshold.config
|
||||
#include: include1.yaml
|
||||
#include: include2.yaml
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user