Merge pull request #3488 from Security-Onion-Solutions/issue/3288

insert instead of append
This commit is contained in:
Mike Reeves
2021-03-17 09:17:20 -04:00
committed by GitHub
+1 -1
View File
@@ -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