An open source, self-hosted implementation of the Tailscale control server
Go to file
2021-11-13 09:18:00 +00:00
.github/workflows define proto dir for buf 2021-11-13 09:18:00 +00:00
cmd/headscale golangci-lint --fix 2021-11-13 08:39:04 +00:00
docs Run prettier 2021-11-13 08:11:55 +00:00
gen Fix typo in generated code 2021-11-08 20:47:40 +00:00
integration_test move integration to yaml, add new derp configuration 2021-10-22 16:57:01 +00:00
k8s Run prettier 2021-11-13 08:11:55 +00:00
proto Proto format 2021-11-13 08:36:56 +00:00
scripts fix setting of version 2021-08-24 07:49:15 -06:00
tests/acls And more tests 2021-07-04 13:23:31 +02:00
.dockerignore Switch from gRPC localhost to socket 2021-10-30 14:08:16 +00:00
.gitignore Prepare for checking in generated code 2021-10-27 06:40:39 +00:00
.golangci.yaml Align with update golangci-lint 2021-11-13 09:11:03 +00:00
.goreleaser.yml PRettier on the yamls 2021-10-21 21:18:50 +02:00
acls.go golangci-lint --fix 2021-11-13 08:39:04 +00:00
acls_test.go Go format with shorter lines 2021-11-13 08:36:45 +00:00
acls_types.go golangci-lint --fix 2021-11-13 08:39:04 +00:00
api.go golangci-lint --fix 2021-11-13 08:39:04 +00:00
app.go golangci-lint --fix 2021-11-13 08:39:04 +00:00
app_test.go Go format with shorter lines 2021-11-13 08:36:45 +00:00
apple_mobileconfig.go golangci-lint --fix 2021-11-13 08:39:04 +00:00
buf.gen.yaml Create an initial gRPC service 2021-10-26 20:37:37 +00:00
cli_test.go Go format with shorter lines 2021-11-13 08:36:45 +00:00
config-example.yaml Resolve merge conflict 2021-10-31 09:40:43 +00:00
db.go golangci-lint --fix 2021-11-13 08:39:04 +00:00
derp-example.yaml Run prettier 2021-11-13 08:11:55 +00:00
derp.go golangci-lint --fix 2021-11-13 08:39:04 +00:00
dns.go Go format with shorter lines 2021-11-13 08:36:45 +00:00
dns_test.go Added tests, solved some bugs, and code reorg 2021-10-17 23:58:09 +02:00
Dockerfile Prepare for checking in generated code 2021-10-27 06:40:39 +00:00
Dockerfile.tailscale Remove non working default 2021-09-21 11:10:26 +01:00
go.mod Remove unused dep 2021-11-08 18:27:57 +00:00
go.sum Remove unused dep 2021-11-08 18:28:06 +00:00
grpcv1.go Go format with shorter lines 2021-11-13 08:36:45 +00:00
integration_cli_test.go Go format with shorter lines 2021-11-13 08:36:45 +00:00
integration_common_test.go Go format with shorter lines 2021-11-13 08:36:45 +00:00
integration_test.go Go format with shorter lines 2021-11-13 08:36:45 +00:00
LICENSE Initial commit 2020-06-21 11:21:07 +02:00
machine.go golangci-lint --fix 2021-11-13 08:39:04 +00:00
machine_test.go Add more test cases to prove that peers and shared peers work properly 2021-10-04 17:40:21 +00:00
Makefile Add format make entry 2021-11-13 08:39:20 +00:00
metrics.go Go format with shorter lines 2021-11-13 08:36:45 +00:00
namespaces.go golangci-lint --fix 2021-11-13 08:39:04 +00:00
namespaces_test.go Simplify and streamline namespace functions for new cli/rpc/api 2021-11-04 22:15:17 +00:00
oidc.go golangci-lint --fix 2021-11-13 08:39:04 +00:00
oidc_test.go Go format with shorter lines 2021-11-13 08:36:45 +00:00
poll.go Go format with shorter lines 2021-11-13 08:36:45 +00:00
preauth_keys.go golangci-lint --fix 2021-11-13 08:39:04 +00:00
preauth_keys_test.go Simplify and streamline preauth commands for new cli/rpc/api 2021-11-04 22:14:39 +00:00
README.md Run prettier 2021-11-13 08:11:55 +00:00
routes.go golangci-lint --fix 2021-11-13 08:39:04 +00:00
routes_test.go Go format with shorter lines 2021-11-13 08:36:45 +00:00
sharing.go golangci-lint --fix 2021-11-13 08:39:04 +00:00
sharing_test.go Go format with shorter lines 2021-11-13 08:36:45 +00:00
swagger.go golangci-lint --fix 2021-11-13 08:39:04 +00:00
tools.go Create an initial gRPC service 2021-10-26 20:37:37 +00:00
utils.go golangci-lint --fix 2021-11-13 08:39:04 +00:00
utils_test.go Do not issue "network" or "broadcast" addresses (0 or 255) 2021-08-03 10:06:42 +01:00

headscale

ci

An open source, self-hosted implementation of the Tailscale coordination server.

Join our Discord server for a chat.

Note: Always select the same GitHub tag as the released version you use to ensure you have the correct example configuration and documentation. The main branch might contain unreleased changes.

Overview

Tailscale is a modern VPN built on top of Wireguard. It works like an overlay network between the computers of your networks - using all kinds of NAT traversal sorcery.

Everything in Tailscale is Open Source, except the GUI clients for proprietary OS (Windows and macOS/iOS), and the 'coordination/control server'.

The control server works as an exchange point of Wireguard public keys for the nodes in the Tailscale network. It also assigns the IP addresses of the clients, creates the boundaries between each user, enables sharing machines between users, and exposes the advertised routes of your nodes.

headscale implements this coordination server.

Status

  • Base functionality (nodes can communicate with each other)
  • Node registration through the web flow
  • Network changes are relayed to the nodes
  • Namespaces support (~tailnets in Tailscale.com naming)
  • Routing (advertise & accept, including exit nodes)
  • Node registration via pre-auth keys (including reusable keys, and ephemeral node support)
  • JSON-formatted output
  • ACLs
  • Taildrop (File Sharing)
  • Support for alternative IP ranges in the tailnets (default Tailscale's 100.64.0.0/10)
  • DNS (passing DNS servers to nodes)
  • Single-Sign-On (via Open ID Connect)
  • Share nodes between namespaces
  • MagicDNS (see docs/)

Client OS support

OS Supports headscale
Linux Yes
OpenBSD Yes
macOS Yes (see /apple on your headscale for more information)
Windows Yes
Android You need to compile the client yourself
iOS Not yet

Roadmap 🤷

Suggestions/PRs welcomed!

Running headscale

Please have a look at the documentation under docs/.

Disclaimer

  1. We have nothing to do with Tailscale, or Tailscale Inc.
  2. The purpose of writing this was to learn how Tailscale works.

Contributing

To contribute to Headscale you would need the lastest version of Go and Buf(Protobuf generator).

Install development tools

  • Go
  • Buf
  • Protobuf tools:
make install-protobuf-plugins

Testing and building

Some parts of the project requires the generation of Go code from Protobuf (if changes is made in proto/) and it must be (re-)generated with:

make generate

Note: Please check in changes from gen/ in a separate commit to make it easier to review.

To run the tests:

make test

To build the program:

make build

Contributors

Juan
Juan Font
Kristoffer
Kristoffer Dalby
Ward
Ward Vandewege
ohdearaugustin/
ohdearaugustin
unreality/
unreality
Aaron
Aaron Bieber
Paul
Paul Tötterman
Casey
Casey Marshall
Silver
Silver Bullet
thomas/
thomas
Arthur
Arthur Woimbée
Felix
Felix Kronlage-Dammers
Felix
Felix Yan
Shaanan
Shaanan Cohney
Teteros/
Teteros
The
The Gitter Badger
Tianon
Tianon Gravi
Tjerk
Tjerk Woudsma
Zakhar
Zakhar Bessarab
derelm/
derelm
ignoramous/
ignoramous
zy/
zy