From bd4a076fc0c33924bf999985e11336218fe3da1b Mon Sep 17 00:00:00 2001 From: Sergio Oliveira Date: Mon, 4 May 2015 18:33:08 -0300 Subject: [PATCH] Allow reverseproxy connect to integration --- cookbooks/firewall/templates/host-integration/iptables-filter.erb | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) create mode 100644 cookbooks/firewall/templates/host-integration/iptables-filter.erb 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