<?php /** * This file is part of WaterSpout. * * WaterSpout is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * WaterSpout is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License * along with WaterSpout. If not, see <http://www.gnu.org/licenses/>. * * @package WaterSpout * @author Scott Mattocks <hide@address.com> * @author Chris Lewis <hide@address.com> * @license http://www.gnu.org/licenses/lgpl.html LGPL License 3 * @version SVN: $Id$ * @link http://www.spoutserver.com/ */ /** * This file defines a set of black listed IP addresses or address ranges. * * - If a white list exists, the black list will be ignored. * - You can add specific addresses or you can add ranges such as 127.0.0. */ $blacklist = array(); return $blacklist; ?>