From bab3e4809ae6b2d1ea4704463cfd764139d13422 Mon Sep 17 00:00:00 2001 From: marcelloc Date: Wed, 26 Oct 2011 02:16:58 -0200 Subject: contryblock-dev - fix wrong rule alias assign --- config/countryblock-dev/countryblock.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/countryblock-dev/countryblock.inc b/config/countryblock-dev/countryblock.inc index 732396be..fcad12e5 100755 --- a/config/countryblock-dev/countryblock.inc +++ b/config/countryblock-dev/countryblock.inc @@ -136,7 +136,7 @@ function sync_package_countryblock() { "statetimeout"=>"", "statetype"=>"keep state", "os"=> "", - "source"=>array("address"=>"CoutryblockWL"), + "source"=>array("address"=>"CountryblockWL"), "destination"=>array("any"=>""), "descr"=>"Countryblock inbound whitelist rule"); @@ -156,7 +156,7 @@ function sync_package_countryblock() { "statetimeout"=>"", "statetype"=>"keep state", "os"=> "", - "source"=>array("address"=>"Coutryblock"), + "source"=>array("address"=>"Countryblock"), "destination"=>array("any"=>""), "descr"=>"Countryblock inbound deny rule"); @@ -180,7 +180,7 @@ function sync_package_countryblock() { "statetype"=>"keep state", "os"=> "", "source"=>array("any"=>""), - "destination"=>array("address"=>"CoutryblockWL"), + "destination"=>array("address"=>"CountryblockWL"), "descr"=>"Countryblock outbound whitelist rule"); if ($countryblock_config['enable_log']) ${$iface}[2]["log"]=""; @@ -199,7 +199,7 @@ function sync_package_countryblock() { "statetype"=>"keep state", "os"=> "", "source"=>array("any"=>""), - "destination"=>array("address"=>"Coutryblock"), + "destination"=>array("address"=>"Countryblock"), "descr"=>"Countryblock inbound deny rule"); if ($countryblock_config['enable_log']) ${$iface}[3]["log"]=""; -- cgit v1.2.3