From 0cb42478ac4a41c21bd564360dbb07ad722dc90b Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Fri, 13 Jun 2014 15:17:48 +0100 Subject: [PATCH 1/1] Tilecache: Whitelist SoTM-EU-2014 NAT IP --- cookbooks/tilecache/templates/default/squid.conf.erb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cookbooks/tilecache/templates/default/squid.conf.erb b/cookbooks/tilecache/templates/default/squid.conf.erb index 71daa6cef..ca658c296 100644 --- a/cookbooks/tilecache/templates/default/squid.conf.erb +++ b/cookbooks/tilecache/templates/default/squid.conf.erb @@ -82,6 +82,8 @@ acl pool_unlimited src 162.6.86.35 acl pool_unlimited src 162.6.86.36 #Telenav Whitelist - mvexel acl pool_unlimited src 108.60.98.6 +#SoTM-EU 2014 +acl pool_unlimited src 185.52.244.32/29 #Allow tile_caches ICP access icp_access allow tile_caches -- 2.43.2