An open source, self-hosted implementation of the Tailscale control server
Go to file
2022-01-02 19:38:04 +00:00
.github Fix docker release 2021-12-27 21:24:57 +01:00
cmd/headscale Merge branch 'main' into kradalby-patch-2 2021-11-28 09:28:32 +00:00
docs Remove DNS file, it will be merged into example configuration 2022-01-02 19:37:48 +00:00
gen Add ExpireMachine spec to rpc 2021-11-21 13:40:04 +00:00
integration_test Remove outdate integration test private key 2021-11-28 11:00:22 +00:00
proto Add ExpireMachine spec to rpc 2021-11-21 13:40:04 +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 Add log_level to config, more ACL debug log 2021-12-01 20:02:00 +01:00
.golangci.yaml Fix prettier 2021-11-24 10:47:20 +00:00
.goreleaser.yml Enable marking releases as prerelease 2021-11-28 22:00:22 +00:00
acls.go Add log_level to config, more ACL debug log 2021-12-01 20:02:00 +01:00
acls_test.go Make "authKey" a constant 2021-11-18 08:49:55 +00:00
acls_types.go Add and fix stylecheck (golint replacement) 2021-11-15 17:24:24 +00:00
api.go Template Fixes 2021-12-22 19:43:53 -07:00
app.go Better error description 2021-12-07 11:44:09 +01:00
app_test.go Fix cli_test 2021-11-22 19:59:44 +00:00
apple_mobileconfig.go Template Fixes 2021-12-22 19:43:53 -07:00
buf.gen.yaml Create an initial gRPC service 2021-10-26 20:37:37 +00:00
CHANGELOG.md Leave the TDB 2021-12-24 16:46:04 +01:00
cli_test.go Remove expiry logic, this needs to be redone 2021-11-19 09:02:29 +00:00
config-example.yaml Add more explaination and less redunancy with docs 2022-01-02 19:38:04 +00:00
db.go Get rid of dynamic errors 2021-11-15 19:18:14 +00:00
derp-example.yaml fix(derp-example): change regionid in nodes 2021-11-24 15:54:22 +01:00
derp.go Add and fix stylecheck (golint replacement) 2021-11-15 17:24:24 +00:00
dns.go Add and fix stylecheck (golint replacement) 2021-11-15 17:24:24 +00:00
dns_test.go Make "authKey" a constant 2021-11-18 08:49:55 +00:00
Dockerfile Copy headscale binary in /bin in the container 2021-11-13 22:10:58 +00:00
Dockerfile.debug Copy headscale binary in /bin in the container 2021-11-13 22:10:58 +00:00
Dockerfile.tailscale Remove non working default 2021-09-21 11:10:26 +01:00
go.mod Go mod tidy 2021-11-27 20:34:46 +00:00
go.sum Upgrade tailscale to 1.18 2021-11-26 23:27:09 +00:00
grpcv1.go Implement ExpireMachine rpc 2021-11-21 13:40:19 +00:00
integration_cli_test.go Merge branch 'main' into kradalby-patch-2 2021-11-27 20:30:27 +00:00
integration_common_test.go Lint fix integration tests 2021-11-14 18:35:49 +01:00
integration_test.go Disable tests which is broken due to split version 2021-11-27 21:04:19 +00:00
LICENSE Initial commit 2020-06-21 11:21:07 +02:00
machine.go Ensure we always have the key prefix when needed 2021-11-27 20:25:12 +00:00
machine_test.go Implement ExpireMachine rpc 2021-11-21 13:40:19 +00:00
Makefile Make it easier to run cli integration tests 2021-11-26 23:34:11 +00:00
metrics.go Go format with shorter lines 2021-11-13 08:36:45 +00:00
namespaces.go Add and fix gosec 2021-11-15 18:31:52 +00:00
namespaces_test.go Make "authKey" a constant 2021-11-18 08:49:55 +00:00
oidc.go Template Fixes 2021-12-22 19:43:53 -07:00
oidc_test.go Remove non-existing field from oidc test 2021-11-28 09:25:27 +00:00
poll.go Ensure we always have the key prefix when needed 2021-11-27 20:25:12 +00:00
preauth_keys.go Get rid of dynamic errors 2021-11-15 19:18:14 +00:00
preauth_keys_test.go Make "authKey" a constant 2021-11-18 08:49:55 +00:00
README.md Minor correction on the purpose of Headscale 2021-12-24 16:40:18 +01:00
routes.go Get rid of dynamic errors 2021-11-15 19:18:14 +00:00
routes_test.go Make "authKey" a constant 2021-11-18 08:49:55 +00:00
sharing.go Add and fix errname 2021-11-15 16:33:16 +00:00
sharing_test.go Make "authKey" a constant 2021-11-18 08:49:55 +00:00
swagger.go Template Fixes 2021-12-22 19:43:53 -07:00
tools.go Create an initial gRPC service 2021-10-26 20:37:37 +00:00
utils.go Add back privatekey, but automatically generate it if it does not exist 2021-11-28 09:17:18 +00:00
utils_test.go Make "authKey" a constant 2021-11-18 08:49:55 +00: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 Headscale is maintaining a working, self-hosted Tailscale control panel.

Contributing

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

Code style

To ensure we have some consistency with a growing number of contributes, this project has adopted linting and style/formatting rules:

The Go code is linted with golangci-lint and formatted with golines (width 88) and gofumpt. Please configure your editor to run the tools while developing and make sure to run make lint and make fmt before committing any code.

The Proto code is linted with buf and formatted with clang-format.

The rest (markdown, yaml, etc) is formatted with prettier.

Check out the .golangci.yaml and Makefile to see the specific configuration.

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