test embedded derp with derp updater, check client health (#2030)
This commit is contained in:
parent
948d53f934
commit
ece907d878
2 changed files with 58 additions and 11 deletions
|
@ -125,10 +125,5 @@ func GetDERPMap(cfg types.DERPConfig) *tailcfg.DERPMap {
|
|||
|
||||
log.Trace().Interface("derpMap", derpMap).Msg("DERPMap loaded")
|
||||
|
||||
if len(derpMap.Regions) == 0 {
|
||||
log.Warn().
|
||||
Msg("DERP map is empty, not a single DERP map datasource was loaded correctly or contained a region")
|
||||
}
|
||||
|
||||
return derpMap
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue