From 9571aa5835d863e5ec439c6e97ff11bb4fd4c8dc Mon Sep 17 00:00:00 2001 From: Aleksandr Malyavin Date: Sat, 7 Sep 2024 10:27:35 +0300 Subject: [PATCH] ff --- roles/configure/tasks/iptables.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/configure/tasks/iptables.yaml b/roles/configure/tasks/iptables.yaml index 7d83b75..eba0dc7 100644 --- a/roles/configure/tasks/iptables.yaml +++ b/roles/configure/tasks/iptables.yaml @@ -145,8 +145,8 @@ # in_interface: br0 out_interface: "{{ lte_int.stdout }}" jump: ACCEPT - action: insert - rule_num: 3 + # action: insert + # rule_num: 3 - name: Enable masquerading for {{ lte_int.stdout }} iptables: