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 40d8572c for ; Fri, 22 Dec 2017 14:36:03 +0000 (UTC) Received: from frisell.zx2c4.com (frisell.zx2c4.com [192.95.5.64]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id 9c223928 for ; Fri, 22 Dec 2017 14:36:03 +0000 (UTC) Received: by frisell.zx2c4.com (ZX2C4 Mail Server) with ESMTP id 27418e66 for ; Fri, 22 Dec 2017 14:27:11 +0000 (UTC) Received: by frisell.zx2c4.com (ZX2C4 Mail Server) with ESMTPSA id 8e6729dd (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128:NO) for ; Fri, 22 Dec 2017 14:27:11 +0000 (UTC) Received: by mail-oi0-f43.google.com with SMTP id t81so19027908oih.13 for ; Fri, 22 Dec 2017 06:36:07 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: From: "Jason A. Donenfeld" Date: Fri, 22 Dec 2017 15:36:05 +0100 Message-ID: Subject: Re: wireguard on embedded / no bash To: Outback Dingo Content-Type: text/plain; charset="UTF-8" Cc: WireGuard List-Id: Development discussion of WireGuard List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , wg(8) doesn't require bash. wg-quick(8), which does use bash, probably shouldn't be necessary in embedded environments, where you likely should be writing simpler scripts around wg(8) and ip(8) instead.