From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.toke.dk (mail.toke.dk [IPv6:2a0c:4d80:42:2001::664]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id 8FC5D3B2A4; Wed, 25 Mar 2020 04:56:29 -0400 (EDT) From: Toke =?utf-8?Q?H=C3=B8iland-J=C3=B8rgensen?= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=toke.dk; s=20161023; t=1585126586; bh=2MLzU029dnM5TfGf7hQJbZ1PO7NIs64zUPbdRWa4I7k=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=KW0OzmqZit/anYP/gVPuJJP1qQb2FVqPcE0uyO4k+tIfaNaFgHPRQmke+60htwIbS /iXlcPAbKN4LMqSuh3KIYXaauXMzEsTzbjqObQpkhkX7XMM3yP4LFEVca04byTivOf A8yvSZzVt7OaedkiENK7VVXMJASvX3HY33pIdTaJa+FdLWwLi6vpFO9YcVCKaDMksE gDUwo5jpPnU/ItPZrRIx17JGiAD+cHw7rFxYUSRFq56mmhHZRz7EBFai2pGPkmLCd0 vQe5kNQpm48gpiXZ6gj8FQ1Ky/DVvsaXYxD+0gFpfEre5o8hMqs7CEEHkWTnTk7t+Y j09kD6MXETKDA== To: "David P. Reed" , Colin Dearborn Cc: Rich Brown , "cerowrt-devel\@lists.bufferbloat.net" , "bloat\@lists.bufferbloat.net" In-Reply-To: <1585088915.30981517@apps.rackspace.com> References: <54620DA1-1B6B-456E-990E-3C99B6779887@gmx.de> <6C32AF17-015D-4771-8051-17BF1938C22C@gmail.com> <1584912664.72374374@apps.rackspace.com> <1585088915.30981517@apps.rackspace.com> Date: Wed, 25 Mar 2020 09:56:26 +0100 X-Clacks-Overhead: GNU Terry Pratchett Message-ID: <878sjorex1.fsf@toke.dk> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Bloat] [Cerowrt-devel] OT: Netflix vs 6in4 from HE.net X-BeenThere: bloat@lists.bufferbloat.net X-Mailman-Version: 2.1.20 Precedence: list List-Id: General list for discussing Bufferbloat List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Mar 2020 08:56:29 -0000 "David P. Reed" writes: > Thanks, Colin, for the info. Sadly, I learned all about the licensing > of content in the industry back about 20 years ago when I was active > in the battles about Xcasting rights internationally (extending > "broadcast rights" to the Web, which are rights that exist only in the > EU, having to do with protecting broadcasters whose signals are > powerful enough to cross borders of countries, so a whole new, > non-copyright-based Intellectual Property Right was invented. WIPO > wanted to argue that the Web was just like broadcasting across > borders, so web pages should be burdened by Xcasting rights, along > with all other copyrighted things.) > > What I wanted to know was exactly what you just said in passing: that > he.net's address space was entirely blocked by Netflix because it > wasn't accurately geolocated for "region restriction" enforcement. > > Whether I think that is "correct" or "reasonable", I just want to be > able to get Netflix in my US house. Not to be any sort of "pirate" > intentionally trying to break the license. I really just want that > stuff to work as the license between Netflix and content provider > requires (I'm sure the license doesn't say "block he.net"). This can also be achieved by filtering the DNS responses for Netflix. Here's a guide for doing this with Bind and dnsmasq: https://community.ui.com/questions/Blocking-IPv6-traffic-to-Netflix-over-HE-net-tunnel/816b5753-6a86-4781-935e-06f5e972428f#answer/39318121-4ef3-4425-8e20-0c5d39f03937 And here's someone who got annoyed enough to write a Python daemon to do the same thing: https://github.com/cdhowie/netflix-no-ipv6-dns-proxy -Toke