Skip to content

Commit

Permalink
Merge pull request #738 from juanfont/hs2021-v2
Browse files Browse the repository at this point in the history
Implement TS2021 protocol in headscale
  • Loading branch information
juanfont authored Aug 21, 2022
2 parents 0c7f1ea + 4aafe6c commit 84a5edf
Show file tree
Hide file tree
Showing 30 changed files with 1,600 additions and 951 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## 0.17.0 (2022-XX-XX)

- Added support for Tailscale TS2021 protocol [#738](https://github.com/juanfont/headscale/pull/738)

## 0.16.4 (2022-08-21)

### Changes
Expand Down
4 changes: 3 additions & 1 deletion Dockerfile.tailscale-HEAD
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ RUN apt-get update \

RUN git clone https://github.com/tailscale/tailscale.git

WORKDIR tailscale
WORKDIR /go/tailscale

RUN git checkout main

RUN sh build_dist.sh tailscale.com/cmd/tailscale
RUN sh build_dist.sh tailscale.com/cmd/tailscaled
Expand Down
Loading

0 comments on commit 84a5edf

Please sign in to comment.