]> git.openstreetmap.org Git - chef.git/commitdiff
nominatim: make that ipv4 only
authorSarah Hoffmann <lonvia@denofr.de>
Mon, 6 Apr 2020 19:49:24 +0000 (21:49 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Mon, 6 Apr 2020 19:49:24 +0000 (21:49 +0200)
cookbooks/nominatim/recipes/default.rb

index 89cf40e2f271b16b96792f5c59fde3ff914a2304..8d10a4b93390186b6173b2f2b5e943def0810ee6 100644 (file)
@@ -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"