From 1995a7f3e00ad96948e9cc56a265a1d2a0afc260 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Mon, 6 Apr 2020 21:49:24 +0200 Subject: [PATCH] nominatim: make that ipv4 only --- cookbooks/nominatim/recipes/default.rb | 1 + 1 file changed, 1 insertion(+) 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" -- 2.45.1