Merge branch 'main' into magic-dns-support

This commit is contained in:
Juan Font
2021-10-09 12:24:07 +02:00
committed by GitHub
9 changed files with 125 additions and 170 deletions

2
api.go
View File

@@ -282,7 +282,7 @@ func (h *Headscale) getMapResponse(mKey wgkey.Key, req tailcfg.MapRequest, m *Ma
log.Trace().
Str("func", "getMapResponse").
Str("machine", req.Hostinfo.Hostname).
Interface("payload", resp).
// Interface("payload", resp).
Msgf("Generated map response: %s", tailMapResponseToString(resp))
var respBody []byte