This commit is contained in:
2024-09-07 10:00:00 +03:00
parent 597775bb2f
commit 9e20a17176

View File

@@ -136,7 +136,7 @@
- name: Allow traffic from {{ wifi_int.stdout }} to {{ lte_int.stdout }}
iptables:
chain: FORWARD
source: "{{ subnet }}/24"
in_interface:: br0
out_interface: "{{ lte_int.stdout }}"
jump: ACCEPT
action: insert