From 2bc8a0d438d648e76fdf2f5acb5bc35a170502cc Mon Sep 17 00:00:00 2001 From: Jake McGinty Date: Thu, 20 May 2021 12:59:37 +0900 Subject: [PATCH] readme: add animated gif showing CLI interactions --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5704d5f..0cc4032 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ A private network system that uses [WireGuard](https://wireguard.com) under the hood. See the [announcement blog post](https://blog.tonari.no/introducing-innernet) for a longer-winded explanation. + + `innernet` is similar in its goals to Slack's [nebula](https://github.com/slackhq/nebula) or [Tailscale](https://tailscale.com/), but takes a bit of a different approach. It aims to take advantage of existing networking concepts like CIDRs and the security properties of WireGuard to turn your computer's basic IP networking into more powerful ACL primitives. `innernet` is not an official WireGuard project, and WireGuard is a registered trademark of Jason A. Donenfeld.