|
2 | 2 |
|
3 | 3 | Headscale aims to implement a self-hosted, open source alternative to the Tailscale control server. Headscale's goal is
|
4 | 4 | to provide self-hosters and hobbyists with an open-source server they can use for their projects and labs. This page
|
5 |
| -provides on overview of headscale's feature and compatibility with the Tailscale control server: |
| 5 | +provides on overview of Headscale's feature and compatibility with the Tailscale control server: |
6 | 6 |
|
7 | 7 | - [x] Full "base" support of Tailscale's features
|
8 | 8 | - [x] Node registration
|
9 | 9 | - [x] Interactive
|
10 | 10 | - [x] Pre authenticated key
|
11 |
| -- [x] [DNS](https://tailscale.com/kb/1054/dns) |
| 11 | +- [x] [DNS](../ref/dns.md) |
12 | 12 | - [x] [MagicDNS](https://tailscale.com/kb/1081/magicdns)
|
13 | 13 | - [x] [Global and restricted nameservers (split DNS)](https://tailscale.com/kb/1054/dns#nameservers)
|
14 | 14 | - [x] [search domains](https://tailscale.com/kb/1054/dns#search-domains)
|
15 |
| - - [x] [Extra DNS records (headscale only)](../ref/dns.md#setting-extra-dns-records) |
| 15 | + - [x] [Extra DNS records (Headscale only)](../ref/dns.md#setting-extra-dns-records) |
16 | 16 | - [x] [Taildrop (File Sharing)](https://tailscale.com/kb/1106/taildrop)
|
17 |
| -- [x] Routing advertising (including exit nodes) |
| 17 | +- [x] [Routes](../ref/routes.md) |
| 18 | + - [x] [Subnet routers](../ref/routes.md#subnet-router) |
| 19 | + - [x] [Exit nodes](../ref/routes.md#exit-node) |
18 | 20 | - [x] Dual stack (IPv4 and IPv6)
|
19 | 21 | - [x] Ephemeral nodes
|
20 | 22 | - [x] Embedded [DERP server](https://tailscale.com/kb/1232/derp-servers)
|
21 | 23 | - [x] Access control lists ([GitHub label "policy"](https://github.com/juanfont/headscale/labels/policy%20%F0%9F%93%9D))
|
22 | 24 | - [x] ACL management via API
|
23 |
| - - [x] `autogroup:internet` |
24 |
| - - [ ] `autogroup:self` |
25 |
| - - [ ] `autogroup:member` |
| 25 | + - [x] Some [Autogroups](https://tailscale.com/kb/1396/targets#autogroups), currently: `autogroup:internet` |
| 26 | + - [x] [Auto approvers](https://tailscale.com/kb/1337/acl-syntax#auto-approvers) for [subnet |
| 27 | + routers](../ref/routes.md#automatically-approve-routes-of-a-subnet-router) and [exit |
| 28 | + nodes](../ref/routes.md#automatically-approve-an-exit-node-with-auto-approvers) |
26 | 29 | * [ ] Node registration using Single-Sign-On (OpenID Connect) ([GitHub label "OIDC"](https://github.com/juanfont/headscale/labels/OIDC))
|
27 | 30 | - [x] Basic registration
|
28 | 31 | - [x] Update user profile from identity provider
|
|
0 commit comments