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