mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-01-02 14:23:14 +01:00
2.4 fw changes
This commit is contained in:
1
salt/firewall/hostgroups/anywhere
Normal file
1
salt/firewall/hostgroups/anywhere
Normal file
@@ -0,0 +1 @@
|
||||
0.0.0.0/0
|
||||
2
salt/firewall/hostgroups/dockernet
Normal file
2
salt/firewall/hostgroups/dockernet
Normal file
@@ -0,0 +1,2 @@
|
||||
{% from 'docker/docker.map.jinja' import DOCKER -%}
|
||||
{{ DOCKER.sorange }}
|
||||
1
salt/firewall/hostgroups/localhost
Normal file
1
salt/firewall/hostgroups/localhost
Normal file
@@ -0,0 +1 @@
|
||||
127.0.0.1
|
||||
2
salt/firewall/hostgroups/self
Normal file
2
salt/firewall/hostgroups/self
Normal file
@@ -0,0 +1,2 @@
|
||||
{% from 'vars/globals.map.jinja' import GLOBALS -%}
|
||||
{{ GLOBALS.node_ip }}
|
||||
Reference in New Issue
Block a user