mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-16 15:26:40 +00:00
add domain validation using values from proxies
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user