From 62a2ece6934da4a4cf8763e6dc79bf9b9b648bed Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Sun, 11 Mar 2012 19:52:10 +0000 Subject: [PATCH] more baidu address space Signed-off-by: Stephen Gran --- modules/apache2/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/apache2/manifests/init.pp b/modules/apache2/manifests/init.pp index 363b2579a..0734d2c11 100644 --- a/modules/apache2/manifests/init.pp +++ b/modules/apache2/manifests/init.pp @@ -212,7 +212,7 @@ class apache2 { saddr 124.115.0.0/21 jump limit_sosospider; saddr (65.52.0.0/14 207.46.0.0/16) jump limit_bing; saddr (66.249.64.0/19) jump limit_google; - saddr (119.63.192.0/21 180.76.0.0/16) jump limit_baidu; + saddr (123.125.71.0/24 119.63.192.0/21 180.76.0.0/16) jump limit_baidu; mod recent name HTTPDOS update seconds 1800 jump log_or_drop; mod hashlimit hashlimit-name HTTPDOS hashlimit-mode srcip hashlimit-burst 600 hashlimit 30/minute jump ACCEPT; -- 2.20.1