Date: Wed, 14 Jun 2000 16:50:38 +0300 From: "Ivan Minchev" <vanko@uni-svishtov.bg> To: "Love Bug" <Love@fil.net>, <freebsd-isp@FreeBSD.ORG> Subject: Re: Blocking MPG Message-ID: <004501bfd607$85c8aea0$3dad44c1@unisvishtov.bg> References: <4.3.1.2.20000614114606.04cd62f0@mail.Go2France.com> <39475E66.72E05934@fil.net>
next in thread | previous in thread | raw e-mail | index | archive | help
> We have a customer who would like to block the down loads of things like mpeg > music files on his LAN. With such small bandwidth downloading .mpg files can > nearly cause the other members on the LAN to stop. > > He uses userland PPP to dial into us on one global address and he has a Squid > Proxy in his FreeBSD 3.3 box. On our side we run him through IPFW and use ICP > from his Squid to ours. He already blocks the ftp port requests, so this would > be coming from an http server. > > Any ideas? > > Thank You, > > Love > Hi, I suggest to you to configure Squid to filter URLs and to block direct http connections. The simple lines in your squid.conf file are: acl deny_list urlpath_regex -i \.mpg$ http_access deny deny_list Regards To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?004501bfd607$85c8aea0$3dad44c1>