Skip to content

Commit

Permalink
fix: udp firewall issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ehh-why-its-so-hard committed Oct 27, 2024
1 parent 674062f commit 71aa3be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/firewall/templates/etc/iptables-restore.apply
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
-A INPUT -p udp -m udp --dport 53 -j ACCEPT
-A INPUT -i lo -j ACCEPT
-A INPUT -p tcp -j VEGATCP
-A INPUT -p tcp -j VEGAUDP
-A INPUT -p udp -j VEGAUDP

{% for port in firewall_open_tcp %}
-A VEGATCP -p tcp -m tcp --dport {{ port|int }} -j ACCEPT
Expand Down

0 comments on commit 71aa3be

Please sign in to comment.