From e3937af5494b6c184f9372bbc9a6014135afedfb Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Thu, 16 Jan 2014 20:52:45 +0000 Subject: [PATCH] tilecache: tweak shorewall ICP UDP rule --- cookbooks/tilecache/recipes/default.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cookbooks/tilecache/recipes/default.rb b/cookbooks/tilecache/recipes/default.rb index 209a83dc9..b6db40164 100644 --- a/cookbooks/tilecache/recipes/default.rb +++ b/cookbooks/tilecache/recipes/default.rb @@ -46,7 +46,7 @@ tilecaches.each do |cache| dest "fw" proto "udp" dest_ports "3130" - source_ports "1024:" + source_ports "3130" end firewall_rule "accept-squid-icp-reply" do action :accept @@ -55,7 +55,7 @@ tilecaches.each do |cache| dest "net:#{address}" proto "udp" dest_ports "3130" - source_ports "1024:" + source_ports "3130" end end end -- 2.43.2