Skip to content

Commit

Permalink
fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledk2 committed Dec 8, 2024
1 parent 3a2fca9 commit c25032e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/idr-firewall.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
- "rule family='ipv4' state related accept"
# For OUTPUT (Outgoing Traffic)
- "rule family='ipv4' direction='out' state established accept"
- "rule family="ipv4" direction='out' state related accept"
- "rule family='ipv4' direction='out' state related accept"
# allows all incoming traffic on the loopback interface (lo)
- "rule family='ipv4' source address='127.0.0.0/8' accept"
# rule to allow TCP and udp traffic from 10.0.0.0/8 and 192.168.0.0/16 range
Expand Down

0 comments on commit c25032e

Please sign in to comment.