Re: [PATCH] wg show: Add json output

2020-02-23 Thread Matthew Oliver
Someone asked about this in the IRC channel, so quickly wrote up a patch to add it. No pressure if you do/don't want to merge it :) Matt On Mon, Feb 17, 2020 at 2:57 PM Matthew Oliver wrote: > This patch adds a new option to `wg show` called json. When > specified it'll output the WG int

[PATCH] wg show: Add json output

2020-02-23 Thread Matthew Oliver
andshake": 1581909869, "transfer": { "received": 3949216, "sent": 4531428 }, "persistent_keepalive": 30 } ] } ] Note however, that this will print out the private key. Signed-off-