insert instead of append

This commit is contained in:
m0duspwnens
2021-03-17 09:14:19 -04:00
parent 53c3b19a08
commit 68ce7a902d

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