From 8143fc583e3911338bc455f858f4df9a0567c171 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Thu, 10 Oct 2024 14:03:00 +0100 Subject: [PATCH] nominatim: add new Gnome IPs Closes: https://github.com/openstreetmap/operations/issues/1160 --- cookbooks/nominatim/templates/default/nginx.erb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cookbooks/nominatim/templates/default/nginx.erb b/cookbooks/nominatim/templates/default/nginx.erb index ddebe7c0b..3685b9de7 100644 --- a/cookbooks/nominatim/templates/default/nginx.erb +++ b/cookbooks/nominatim/templates/default/nginx.erb @@ -67,6 +67,9 @@ geo $whitelisted { 2620:52:3:1:5054:ff:fe0a:75a4 1; # gnome 2620:52:3:1:5054:ff:fe0a:75a2 1; # gnome 2620:52:3:1:5054:ff:fe0a:75aa 1; # gnome + 34.234.151.67 1; # gnome - https://github.com/openstreetmap/operations/issues/1160 + 54.165.53.199 1; # gnome - https://github.com/openstreetmap/operations/issues/1160 + 35.153.15.118 1; # gnome - https://github.com/openstreetmap/operations/issues/1160 } map $server_protocol$http_user_agent $cleaned_user_agent { -- 2.39.5