From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: ameretat.reith@gmail.com Received: from krantz.zx2c4.com (localhost [127.0.0.1]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id 3a68299c for ; Sat, 7 Oct 2017 12:55:42 +0000 (UTC) Received: from mail-pg0-f45.google.com (mail-pg0-f45.google.com [74.125.83.45]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id 66f5f93b for ; Sat, 7 Oct 2017 12:55:42 +0000 (UTC) Received: by mail-pg0-f45.google.com with SMTP id v13so11200868pgq.6 for ; Sat, 07 Oct 2017 06:25:06 -0700 (PDT) Return-Path: Date: Sat, 7 Oct 2017 16:54:54 +0330 From: Ameretat Reith To: Ryan McGee Subject: Re: wireguard bypass question Message-ID: <20171007165454.0a7166d5@gmail.com> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Cc: WireGuard mailing list List-Id: Development discussion of WireGuard List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, 5 Oct 2017 18:00:00 -0700 Ryan McGee wrote: > So I set up the VPN using Mullvad's guad here: > https://mullvad.net/guides/running-wireguard-router/ > > I've tried vpnbypass filling out just the domain > "/netflix.com/vpnbypass" then I also tried adding the port ranges, > IPs and ports found at: > https://backlothelp.netflix.com/hc/en-us/articles/115000257627-What-are-Netflix-s-Aspera-IP-Addresses-and-Port-Ranges- Ryan, Netflix IPs are much much more than this list. > Nothing seems to work as netflix still sees me going through a VPN. On which platform you want to watch Netflix? If It's Linux, you may mark packets of one instance of browser by the power of namespaces and abusing TOS field of IP packets and then on LEDE you can exclude these packets from VPN by iptables. If you watch on any browser, dnsmasq and IPset approach is cleanest approach [1]. If It's mobile, you need to find Netflix and AWS IPs and route them outside of VPN by iptables. Last approach works everywhere but It's most dirty method. If I were you I would just start another access point in router and exclude incoming traffic to that AP from VPN. Then I'd connect to this AP just for watching Netflix. 1: In this case our interests are subdomains of `netflix.com` and `nflxvideo.net`