From 90fcd0095730a0ef41a5cfc92a9e51a18f3489e8 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Mon, 6 Apr 2020 21:40:27 +0200 Subject: [PATCH] nominatim: temporary exception for Gnome proxy --- cookbooks/nominatim/recipes/default.rb | 10 ++++++++++ 1 file changed, 10 insertions(+) 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" -- 2.45.1