add domain validation using values from proxies

This commit is contained in:
Alisdair MacLeod
2026-02-02 09:53:49 +00:00
parent 3a6f364b03
commit 30572fe1b8
6 changed files with 178 additions and 139 deletions

View File

@@ -190,6 +190,7 @@ func (s *Server) newManagementMappingWorker(ctx context.Context, client proto.Pr
ProxyId: s.ID,
Version: s.Version,
StartedAt: timestamppb.New(s.startTime),
Address: s.ProxyURL,
})
if err != nil {
s.Logger.WithError(err).Warn("Could not get mapping updates, will retry")