Commit bd4a076fc0c33924bf999985e11336218fe3da1b

Authored by Sergio Oliveira
1 parent 84d8226c

Allow reverseproxy connect to integration

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