mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
insert instead of append
This commit is contained in:
@@ -102,7 +102,7 @@ enable_docker_user_fw_policy:
|
|||||||
|
|
||||||
# Allow related/established sessions
|
# Allow related/established sessions
|
||||||
iptables_allow_established:
|
iptables_allow_established:
|
||||||
iptables.append:
|
iptables.insert:
|
||||||
- table: filter
|
- table: filter
|
||||||
- chain: INPUT
|
- chain: INPUT
|
||||||
- jump: ACCEPT
|
- jump: ACCEPT
|
||||||
|
|||||||
Reference in New Issue
Block a user