diff options
author | marcelloc <marcellocoutinho@gmail.com> | 2011-10-26 02:16:58 -0200 |
---|---|---|
committer | marcelloc <marcellocoutinho@gmail.com> | 2011-10-26 02:16:58 -0200 |
commit | bab3e4809ae6b2d1ea4704463cfd764139d13422 (patch) | |
tree | 8bdc999b1440eea0bc2318c9ee415b7e7b159ff3 | |
parent | 4781c57994b43933ba175f29c2cc251b06b8e6d1 (diff) | |
download | pfsense-packages-bab3e4809ae6b2d1ea4704463cfd764139d13422.tar.gz pfsense-packages-bab3e4809ae6b2d1ea4704463cfd764139d13422.tar.bz2 pfsense-packages-bab3e4809ae6b2d1ea4704463cfd764139d13422.zip |
contryblock-dev - fix wrong rule alias assign
-rwxr-xr-x | config/countryblock-dev/countryblock.inc | 8 |
1 files 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"]=""; |