chore(deps): upgrade tailscale dependency

This commit is contained in:
Johan Siebens
2022-09-06 13:27:31 +02:00
parent 145ae6ab1d
commit 633f29003c
9 changed files with 122 additions and 73 deletions
+2 -2
View File
@@ -410,8 +410,8 @@ func (h *AuthenticationHandlers) endMachineRegistrationFlow(c echo.Context, regi
if err != nil {
return err
}
m.IPv4 = domain.IP{IP: ipv4}
m.IPv6 = domain.IP{IP: ipv6}
m.IPv4 = domain.IP{Addr: ipv4}
m.IPv6 = domain.IP{Addr: ipv6}
} else {
registeredTags := tags
advertisedTags := domain.SanitizeTags(req.Hostinfo.RequestTags)