From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: egbert@eggiecode.org Received: from krantz.zx2c4.com (localhost [127.0.0.1]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id 70ce3af1 for ; Mon, 10 Jul 2017 19:36:07 +0000 (UTC) Received: from mail01.eggieservers.nl (mail01.eggieservers.nl [149.210.159.147]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id 18512268 for ; Mon, 10 Jul 2017 19:36:07 +0000 (UTC) Message-ID: <1499716437.988.1.camel@eggiecode.org> Subject: Re: Debian-based configuration for wireguard From: Egbert Verhage To: "Jason A. Donenfeld" , jomat+wireguard.io@jmt.gr Date: Mon, 10 Jul 2017 21:53:57 +0200 In-Reply-To: <20170710025323.GC31153@zx2c4.com> References: <20170709213020.GF22784@tuxmachine.polynome.dn42> <35cd4d321a82ba05aa4e118979bc5a87@jmt.gr> <20170710025323.GC31153@zx2c4.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Cc: wireguard@lists.zx2c4.com List-Id: Development discussion of WireGuard List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hey Baptiste, Jep, I did that. See the ifupdown package of my own wireguard ppa: https://launchpad.net/~eggiecode/+archive/ubuntu/wireguard And here is the diff: http://test.egbert.online/diff_ifupdown_ppa.txt Greetz, Egbert On Mon, 2017-07-10 at 04:53 +0200, Jason A. Donenfeld wrote: > On Sun, Jul 09, 2017 at 11:17:04PM +0000, jomat+wireguard.io@jmt.gr > wrote: > > Nice! I also don't like wg-quick too much, but also dislike the > > pre-/post-/-up/-down directives in my /etc/network/interfaces, so > > I put this script to /etc/network/if-pre-up.d/ and if-post-down.d > > which could work for Debian, too: > > > > https://github.com/jomat/aports/blob/master/testing/wireguard/wireg > > uard.ifupdown > > I think Egbert might have also written an ifupdown thing? Adding him > to > the CC in case you guys want to standardize on one Debian way of > doing > things? > > Jason