From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Jason@zx2c4.com Received: from krantz.zx2c4.com (localhost [127.0.0.1]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id 6b546f12 for ; Wed, 16 May 2018 01:13:28 +0000 (UTC) Received: from frisell.zx2c4.com (frisell.zx2c4.com [192.95.5.64]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id 6fb204ab for ; Wed, 16 May 2018 01:13:28 +0000 (UTC) Received: by frisell.zx2c4.com (ZX2C4 Mail Server) with ESMTP id f026c728 for ; Wed, 16 May 2018 01:12:14 +0000 (UTC) Received: by frisell.zx2c4.com (ZX2C4 Mail Server) with ESMTPSA id 5428ac3f (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128:NO) for ; Wed, 16 May 2018 01:12:14 +0000 (UTC) Received: by mail-oi0-f53.google.com with SMTP id t27-v6so1952053oij.9 for ; Tue, 15 May 2018 18:13:45 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <20180515225433.GA26432@zx2c4.com> From: "Jason A. Donenfeld" Date: Wed, 16 May 2018 03:13:44 +0200 Message-ID: Subject: Re: [ANNOUNCE] Alpha Snapshots of WireGuard for Android and macOS To: Tim Sedlmeyer Content-Type: text/plain; charset="UTF-8" Cc: WireGuard mailing list List-Id: Development discussion of WireGuard List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi Tim, On Wed, May 16, 2018 at 2:24 AM, Jason A. Donenfeld wrote: > # TODO: this should use scutil and be slightly more clever. But for now > # so horrible to deal with here, we'll simply wait for irate users to > If you'd like to contribute a patch to do this properly, please don't hesitate. That was actually surprisingly easy: https://git.zx2c4.com/WireGuard/commit/?id=302195d3563491b5f7a0b6c35fdeb7a53891a1f0 Let me know if the updated script works well for you: $ curl -o /usr/local/bin/wg-quick https://git.zx2c4.com/WireGuard/plain/src/tools/wg-quick/darwin.bash Jason