From: Sarah Hoffmann Date: Mon, 6 Apr 2020 19:40:27 +0000 (+0200) Subject: nominatim: temporary exception for Gnome proxy X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/90fcd0095730a0ef41a5cfc92a9e51a18f3489e8 nominatim: temporary exception for Gnome proxy --- diff --git a/cookbooks/nominatim/recipes/default.rb b/cookbooks/nominatim/recipes/default.rb index 0a245969c..89cf40e2f 100644 --- a/cookbooks/nominatim/recipes/default.rb +++ b/cookbooks/nominatim/recipes/default.rb @@ -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"