#!/bin/bash # # blocked - This file contains rules for problem sites. # # Copyright (C) 2001 Curt Rebelein, Junior # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Library General Public # License as published by the Free Software Foundation; either # version 2 of the License, or (at your option) any later version. # # This library 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 # Library General Public License for more details. # # You should have received a copy of the GNU Library General Public # License along with this library; if not, write to the # Free Software Foundation, Inc., 59 Temple Place - Suite 330, # Boston, MA 02111-1307, USA # napster/scour? $IPC -I input -p tcp -s server.napster.com -j DENY -l $IPC -I input -p tcp -d server.napster.com -j DENY -l $IPC -I output -p tcp -d server.napster.com -j DENY -l $IPC -I input -p tcp -s stp.scour.net -j DENY $IPC -I input -p tcp -d stp.scour.net -j DENY $IPC -I output -p tcp -d stp.scour.net -j DENY $IPC -I input -s 64.124.41.16 -j DENY $IPC -I input -d 64.124.41.16 -j DENY $IPC -I output -s 64.124.41.16 -j DENY $IPC -I output -d 64.124.41.16 -j DENY $IPC -I input -s 64.124.41.17 -j DENY $IPC -I input -d 64.124.41.17 -j DENY $IPC -I output -s 64.124.41.17 -j DENY $IPC -I output -d 64.124.41.17 -j DENY $IPC -I input -s 64.124.41.155 -j DENY $IPC -I input -d 64.124.41.155 -j DENY $IPC -I output -s 64.124.41.155 -j DENY $IPC -I output -d 64.124.41.155 -j DENY $IPC -I input -s 216.52.6.52 -j DENY $IPC -I input -d 216.52.6.52 -j DENY $IPC -I output -s 216.52.6.52 -j DENY $IPC -I output -d 216.52.6.52 -j DENY $IPC -I input -s 216.200.16.68 -j DENY $IPC -I input -d 216.200.16.68 -j DENY $IPC -I output -s 216.200.16.68 -j DENY $IPC -I output -d 216.200.16.68 -j DENY $IPC -I input -s 216.200.16.29 -j DENY $IPC -I input -d 216.200.16.29 -j DENY $IPC -I output -s 216.200.16.29 -j DENY $IPC -I output -d 216.200.16.29 -j DENY # streaming audio? $IPC -I input -s 216.32.166.83 -j DENY $IPC -I input -d 216.32.166.83 -j DENY $IPC -I output -s 216.32.166.83 -j DENY $IPC -I output -d 216.32.166.83 -j DENY # we're done!!! :-)