From: Sarah Hoffmann Date: Mon, 6 Apr 2020 19:49:24 +0000 (+0200) Subject: nominatim: make that ipv4 only X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/1995a7f3e00ad96948e9cc56a265a1d2a0afc260 nominatim: make that ipv4 only --- diff --git a/cookbooks/nominatim/recipes/default.rb b/cookbooks/nominatim/recipes/default.rb index 89cf40e2f..8d10a4b93 100644 --- a/cookbooks/nominatim/recipes/default.rb +++ b/cookbooks/nominatim/recipes/default.rb @@ -53,6 +53,7 @@ end # exception granted for a limited time so that they can set up their own server firewall_rule "increase-limits-gnome-proxy" do action :accept + family "inet" source "net:8.43.85.23" dest "fw" proto "tcp:syn"