From e154e7a0fb0d4de7ad668f3cce6009e9369bc8f9 Mon Sep 17 00:00:00 2001 From: Felix Kronlage-Dammers Date: Sun, 19 Sep 2021 12:07:17 +0200 Subject: [PATCH] fix typo, it is 'relayed' not 'relied' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c4ff7bc2..1a60db18 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Headscale implements this coordination server. - [x] Base functionality (nodes can communicate with each other) - [x] Node registration through the web flow -- [x] Network changes are relied to the nodes +- [x] Network changes are relayed to the nodes - [x] Namespace support (~equivalent to multi-user in Tailscale.com) - [x] Routing (advertise & accept, including exit nodes) - [x] Node registration via pre-auth keys (including reusable keys, and ephemeral node support)