diff --git a/cookbooks/firewall/templates/host-integration/iptables-filter.erb b/cookbooks/firewall/templates/host-integration/iptables-filter.erb new file mode 100644 index 0000000..2c9e5ea --- /dev/null +++ b/cookbooks/firewall/templates/host-integration/iptables-filter.erb @@ -0,0 +1,3 @@ + +# Allow HTTP access +-A INPUT -s <%= node['peers']['reverseproxy'] %> -p tcp -m state --state NEW -m multiport --dports 80,443 -j ACCEPT -- libgit2 0.21.2