mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Firewall Module - Fix Formatting Issue
This commit is contained in:
@@ -1,2 +1,3 @@
|
|||||||
minions:
|
minions:
|
||||||
- 127.0.0.1
|
- 127.0.0.1
|
||||||
|
|
||||||
|
|||||||
@@ -39,6 +39,12 @@ iptables_allow_pings:
|
|||||||
- save: True
|
- save: True
|
||||||
|
|
||||||
# Create the chain for logging
|
# Create the chain for logging
|
||||||
|
iptables_LOGGING_chain:
|
||||||
|
iptables.chain_present:
|
||||||
|
- name: LOGGING
|
||||||
|
- table: filter
|
||||||
|
- family: ipv4
|
||||||
|
|
||||||
iptables_LOGGING_limit:
|
iptables_LOGGING_limit:
|
||||||
iptables.append:
|
iptables.append:
|
||||||
- table: filter
|
- table: filter
|
||||||
|
|||||||
Reference in New Issue
Block a user