From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: me.kalin@gmail.com Received: from krantz.zx2c4.com (localhost [127.0.0.1]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id a75719dc for ; Thu, 26 Oct 2017 01:52:24 +0000 (UTC) Received: from mail-oi0-f51.google.com (mail-oi0-f51.google.com [209.85.218.51]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id fbd99fd7 for ; Thu, 26 Oct 2017 01:52:24 +0000 (UTC) Received: by mail-oi0-f51.google.com with SMTP id c202so3189642oih.9 for ; Wed, 25 Oct 2017 18:54:04 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20171026013240.13503-1-Jason@zx2c4.com> References: <20171026013240.13503-1-Jason@zx2c4.com> From: Kalin KOZHUHAROV Date: Thu, 26 Oct 2017 03:53:43 +0200 Message-ID: Subject: Re: [PATCH] wg-quick: use bind mount for DNS when no openresolv To: "Jason A. Donenfeld" 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: , Just nitpicking on your spellchecker... On Thu, Oct 26, 2017 at 3:32 AM, Jason A. Donenfeld wrote: > + echo "# poses problems, run \`unmount /etc/resolv.conf\`." should be + echo "# poses problems, run \`umount /etc/resolv.conf\`." Kalin.