From 22076001213b1d8d27763c787ffc125931c7c164 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Wed, 31 Aug 2022 13:59:32 +0200 Subject: [PATCH] nominatim: add IPv6 addresses of gnome servers to whitelist --- 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 af639e8d0..6f355dd11 100644 --- a/cookbooks/nominatim/templates/default/nginx.erb +++ b/cookbooks/nominatim/templates/default/nginx.erb @@ -60,6 +60,9 @@ geo $whitelisted { 8.43.85.3 1; # gnome 8.43.85.4 1; # gnome 8.43.85.5 1; # gnome + 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 } map $missing_email$missing_referer$http_user_agent $blocked_user_agent { -- 2.43.2