Commit 9222cfd1ac5b69ba2ee4a5026dd6d9a188ee6e43

Authored by Sergio Oliveira
1 parent bd4a076f

Allow integration host connect to social host on HTTP ports

cookbooks/firewall/templates/host-social/iptables-filter.erb 0 → 100644
... ... @@ -0,0 +1,3 @@
  1 +
  2 +# Allow integration connect to HTTP
  3 +-A INPUT -s <%= node['peers']['integration'] %> -p tcp -m state --state NEW -m multiport --dports 80,443 -j ACCEPT
... ...