From f1285fdc7eef2d5a3ad2a0548dab076e5b896c6a Mon Sep 17 00:00:00 2001 From: Johan Siebens Date: Wed, 21 Feb 2024 08:07:21 +0100 Subject: [PATCH] chore: update readme --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 677bb71a..7e698121 100644 --- a/README.md +++ b/README.md @@ -14,19 +14,23 @@ While the Tailscale software running on each node is open source, their centrali _ionscale_ aims to implement such lightweight, open source alternative Tailscale control server. +⭐ If you find _ionscale_ useful, please consider giving it a star on GitHub, or [drop a note](https://github.com/jsiebens/ionscale/discussions/new?category=show-and-tell) on how you are using _ionscale_. + ## Features - multi [tailnet](https://tailscale.com/kb/1136/tailnet/) support - multi user support - OIDC integration (not required, although recommended) - [Auth keys](https://tailscale.com/kb/1085/auth-keys/) -- [Access control list](https://tailscale.com/kb/1018/acls/) +- [Access control list](https://tailscale.com/kb/1018/acls/) (with support for `autogroups`, `tagOwners`, `autoApprovers`, `nodeAttrs`, `grants` ...) - [DNS](https://tailscale.com/kb/1054/dns/) - nameservers - Split DNS - - MagicDNS + - MagicDNS +- [Subnet routers](https://tailscale.com/kb/1019/subnets) and [Exit Nodes](https://tailscale.com/kb/1103/exit-nodes) - [HTTPS Certs](https://tailscale.com/kb/1153/enabling-https/) - [Tailscale SSH](https://tailscale.com/kb/1193/tailscale-ssh/) +- [Tailscale Serve](https://tailscale.com/kb/1312/serve) - [Service collection](https://tailscale.com/kb/1100/services/) - [Taildrop](https://tailscale.com/kb/1106/taildrop/)