diff --git a/cookbooks/firewall/templates/host-monitor/iptables-filter.erb b/cookbooks/firewall/templates/host-monitor/iptables-filter.erb index 4e72d4d..1460673 100644 --- a/cookbooks/firewall/templates/host-monitor/iptables-filter.erb +++ b/cookbooks/firewall/templates/host-monitor/iptables-filter.erb @@ -2,4 +2,5 @@ -A INPUT -s <%= node['peers']['integration'] %> -p tcp -m state --state NEW -m tcp --dport 514 -j ACCEPT -A INPUT -s <%= node['peers']['social'] %> -p tcp -m state --state NEW -m tcp --dport 514 -j ACCEPT -A INPUT -s <%= node['peers']['email'] %> -p tcp -m state --state NEW -m tcp --dport 514 -j ACCEPT --A INPUT -s <%= node['peers']['database'] %> -p tcp -m state --state NEW -m tcp --dport 514 -j ACCEPT \ No newline at end of file +-A INPUT -s <%= node['peers']['database'] %> -p tcp -m state --state NEW -m tcp --dport 514 -j ACCEPT +-A INPUT -s <%= node['peers']['reverseproxy'] %> -p tcp -m state --state NEW -m tcp --dport 514 -j ACCEPT -- libgit2 0.21.2