From b7698425d9079e30b118f50f2a2dce53b25b4d9d Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Fri, 30 Apr 2021 21:02:15 +0300
Subject: [PATCH] Use the ns4 snippet.

---
 conf.d/registry.shore.co.il.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf.d/registry.shore.co.il.conf b/conf.d/registry.shore.co.il.conf
index 83ebaa0..dd128e4 100644
--- a/conf.d/registry.shore.co.il.conf
+++ b/conf.d/registry.shore.co.il.conf
@@ -24,7 +24,7 @@ server {
         # required to avoid HTTP 411: see Issue #1486 (https://github.com/moby/moby/issues/1486)
         chunked_transfer_encoding   on;
         limit_except GET HEAD OPTIONS {
-            allow   163.172.74.36;  # ns4.shore.co.il
+            include snippets/allow-ns4.conf;
             include snippets/allow-private-ips.conf;
         }
     }
-- 
GitLab