diff options
Diffstat (limited to 'net/snort3/files/homenet.lua')
-rw-r--r-- | net/snort3/files/homenet.lua | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/snort3/files/homenet.lua b/net/snort3/files/homenet.lua index 975f70254..91845611d 100644 --- a/net/snort3/files/homenet.lua +++ b/net/snort3/files/homenet.lua @@ -1,3 +1,4 @@ +-- Unused when using 'snort-mgr', do not modify without deep understanding. -- setup HOME_NET below with your IP range/ranges to protect -HOME_NET = [[ 192.168.1.0/24 10.1.0.1/24 ]] -EXTERNAL_NET = "!$HOME_NET" +--HOME_NET = [[ 192.168.1.0/24 10.1.0.0/24 ]] +--EXTERNAL_NET = "!$HOME_NET" |