From 566c2bc1fb1e73a84c85f147c8dc39994a8e8f9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20T=C3=B6tterman?= Date: Mon, 4 Oct 2021 14:58:36 +0300 Subject: [PATCH 1/3] Document client OS support in a table --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 45c648ac..766e9465 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,16 @@ Headscale implements this coordination server. - [x] Share nodes between ~~users~~ namespaces - [ ] MagicDNS / Smart DNS +## Client OS support + +| OS | Supports headscale | +| --- | --- | +| Linux | Yes | +| macOS | Yes | +| Windows | Yes | +| Android | [You need to compile the client yourself](https://github.com/juanfont/headscale/issues/58#issuecomment-885255270) | +| iOS | Not yet | + ## Roadmap 🤷 Suggestions/PRs welcomed! From fcc6991d627c27ba56d8a88e4965c9e0118dda15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20T=C3=B6tterman?= Date: Mon, 4 Oct 2021 17:23:31 +0300 Subject: [PATCH 2/3] Update README.md Co-authored-by: Kristoffer Dalby --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 766e9465..5c3cc54d 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ Headscale implements this coordination server. | OS | Supports headscale | | --- | --- | | Linux | Yes | +| OpenBSD | Yes | | macOS | Yes | | Windows | Yes | | Android | [You need to compile the client yourself](https://github.com/juanfont/headscale/issues/58#issuecomment-885255270) | From ed0b31d0727cccd1290dff3299f3bfee910d4ef1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20T=C3=B6tterman?= Date: Mon, 4 Oct 2021 17:23:38 +0300 Subject: [PATCH 3/3] Update README.md Co-authored-by: Kristoffer Dalby --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c3cc54d..5f691a6c 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Headscale implements this coordination server. | --- | --- | | Linux | Yes | | OpenBSD | Yes | -| macOS | Yes | +| macOS | Yes (see `/apple` on your headscale for more information) | | Windows | Yes | | Android | [You need to compile the client yourself](https://github.com/juanfont/headscale/issues/58#issuecomment-885255270) | | iOS | Not yet |