diff --git a/conf.d/auth.shore.co.il.conf b/conf.d/auth.shore.co.il.conf
index 1c40ce31564fc314fdf61d0f009bb1507a0d2066..d40375abc60f65661070f60681f29c3057588cea 100644
--- a/conf.d/auth.shore.co.il.conf
+++ b/conf.d/auth.shore.co.il.conf
@@ -24,8 +24,6 @@ server {
         proxy_pass              http://$auth:8080$request_uri;
         proxy_http_version      1.1;
         include                 snippets/proxy-headers.conf;
-        allow                   163.172.74.36;  # ns4.shore.co.il
-        allow                   62.219.131.121;  # ns1.shore.co.il
-        include                 snippets/allow-private-ips.conf;
+        include                 snippets/allow-shore-ips.conf;
     }
 }