From 52c1c3aecfcbf3f6704ede06942a4cadaa8fad20 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Wed, 30 Apr 2014 01:15:33 +0100 Subject: [PATCH] Tile: Whitelist telenav from delay pools --- cookbooks/tilecache/templates/default/squid.conf.erb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cookbooks/tilecache/templates/default/squid.conf.erb b/cookbooks/tilecache/templates/default/squid.conf.erb index b8dd26013..71daa6cef 100644 --- a/cookbooks/tilecache/templates/default/squid.conf.erb +++ b/cookbooks/tilecache/templates/default/squid.conf.erb @@ -80,7 +80,8 @@ acl pool_unlimited src 66.78.217.141 acl pool_unlimited src 162.6.86.34 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 #Allow tile_caches ICP access icp_access allow tile_caches -- 2.39.5