From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1LLMgG-0007pA-MU for garchives@archives.gentoo.org; Fri, 09 Jan 2009 19:06:04 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA651E020E; Fri, 9 Jan 2009 19:06:00 +0000 (UTC) Received: from mail-ew0-f21.google.com (mail-ew0-f21.google.com [209.85.219.21]) by pigeon.gentoo.org (Postfix) with ESMTP id ACE82E020E for ; Fri, 9 Jan 2009 19:06:00 +0000 (UTC) Received: by ewy14 with SMTP id 14so10970072ewy.10 for ; Fri, 09 Jan 2009 11:06:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :user-agent:references:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:message-id; bh=/mb/+pXXze5mTqOGwVUghJNQn/XCo9p2Rr05HjmckdU=; b=kyL6cma2DcnnznOUXO4vy13ZswJoQNYKGbEQnM3xQIziTMPVICQf9o5z69u7oY0XBi U8dlFsJwVJRxSX5A9o8V1rQrqTgEWBYZs0lyXh2dgOTYKUKKfw3m0IWsUA8hKTqnXysI F3EwFnpPgrrrvOMm3OugIlIiYHlGYP+Qz/790= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:references:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :message-id; b=qWaOJHBSv74aOM2bIL5Oh+7HNsDE/b/Pb2TLRHe9Sd4dT1jWB9jydUQz+vaMDdj+hR maKlpafMwfaC6t3Jaffp+6y+E5ROKxL1NrtlePlFapMmx9pQtMFva6xRDuUWDO+0JpsK Q5sXxH/Irh0XHNGjofmtMuFfCKbzqQOTIlVho= Received: by 10.210.20.17 with SMTP id 17mr30605953ebt.37.1231527960129; Fri, 09 Jan 2009 11:06:00 -0800 (PST) Received: from ?172.20.0.4? ([196.210.139.236]) by mx.google.com with ESMTPS id 5sm2367199eyh.58.2009.01.09.11.05.58 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 09 Jan 2009 11:05:59 -0800 (PST) From: Alan McKinnon To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Restricting Firefox website access Date: Fri, 9 Jan 2009 21:05:21 +0200 User-Agent: KMail/1.9.10 References: <49bf44f10901071344l3f081b8dmaa6353b41fb59f4@mail.gmail.com> <854dca5c0901081257u25c6dee0j7871901221592a95@mail.gmail.com> <49bf44f10901091040t6c1920c4kbd504920e256ac20@mail.gmail.com> In-Reply-To: <49bf44f10901091040t6c1920c4kbd504920e256ac20@mail.gmail.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200901092105.21568.alan.mckinnon@gmail.com> X-Archives-Salt: 7db0f859-218b-4d60-9db9-155b780ee37c X-Archives-Hash: 57af5fc844ecfda20900bb8c56c4d6d4 On Friday 09 January 2009 20:40:33 Grant wrote: > > You could use iptables to block all traffic headed to port 80 with > > exceptions for the domains you need. > > Would that cause problems with fetching packages for emerges? If you wget your packages using http, then yes. You could then: 1. Put all your mirror sites in the exception list. This can get tedious as some ebuilds list many mirrors for sources or 2. wget using ftp or 3. set up a proxy The easiest is #2 by far -- alan dot mckinnon at gmail dot com