]> git.openstreetmap.org Git - chef.git/commitdiff
nominatim: temporary exception for Gnome proxy
authorSarah Hoffmann <lonvia@denofr.de>
Mon, 6 Apr 2020 19:40:27 +0000 (21:40 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Mon, 6 Apr 2020 19:44:24 +0000 (21:44 +0200)
cookbooks/nominatim/recipes/default.rb

index 0a245969ce6a58224ad2fec6a0962de20051cd66..89cf40e2f271b16b96792f5c59fde3ff914a2304 100644 (file)
@@ -50,6 +50,16 @@ file "#{node[:nominatim][:logdir]}/update.log" do
   mode 0o664
 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
+  source "net:8.43.85.23"
+  dest "fw"
+  proto "tcp:syn"
+  dest_ports "https"
+  rate_limit "s:10/sec:30"
+end
+
 ## Postgresql
 
 include_recipe "postgresql"