Skip to content

Commit

Permalink
Merge pull request #656 from juanfont/abandon-gin
Browse files Browse the repository at this point in the history
Drop Gin as web framework for TS2019 API
  • Loading branch information
juanfont committed Jun 26, 2022
2 parents 2464c92 + 625e45b commit 4a200c3
Show file tree
Hide file tree
Showing 17 changed files with 965 additions and 409 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -30,8 +30,11 @@
- Add -c option to specify config file from command line [#285](https://github.com/juanfont/headscale/issues/285) [#612](https://github.com/juanfont/headscale/pull/601)
- Add configuration option to allow Tailscale clients to use a random WireGuard port. [kb/1181/firewalls](https://tailscale.com/kb/1181/firewalls) [#624](https://github.com/juanfont/headscale/pull/624)
- Improve obtuse UX regarding missing configuration (`ephemeral_node_inactivity_timeout` not set) [#639](https://github.com/juanfont/headscale/pull/639)
- Fix nodes being shown as 'offline' in `tailscale status` [648](https://github.com/juanfont/headscale/pull/648)
- Fix nodes being shown as 'offline' in `tailscale status` [#648](https://github.com/juanfont/headscale/pull/648)
- Improve shutdown behaviour [#651](https://github.com/juanfont/headscale/pull/651)
- Drop Gin as web framework in Headscale [648](https://github.com/juanfont/headscale/pull/648)


## 0.15.0 (2022-03-20)

Expand Down
2 changes: 1 addition & 1 deletion acls.go
Expand Up @@ -37,7 +37,7 @@ const (
expectedTokenItems = 2
)

// For some reason golang.org/x/net/internal/iana is an internal package
// For some reason golang.org/x/net/internal/iana is an internal package.
const (
protocolICMP = 1 // Internet Control Message
protocolIGMP = 2 // Internet Group Management
Expand Down

0 comments on commit 4a200c3

Please sign in to comment.