mirror of
https://github.com/juanfont/headscale.git
synced 2025-08-11 17:57:37 +00:00
Fix minor issue
This commit is contained in:
@@ -166,7 +166,7 @@ func refreshBootstrapDNS() {
|
||||
for _, name := range names {
|
||||
addrs, err := r.LookupIP(ctx, "ip", name)
|
||||
if err != nil {
|
||||
log.Trace().Caller().Err(err).Msgf("bootstrap DNS lookup %q: %v", name)
|
||||
log.Trace().Caller().Err(err).Msgf("bootstrap DNS lookup %q", name)
|
||||
continue
|
||||
}
|
||||
dnsEntries[name] = addrs
|
||||
|
Reference in New Issue
Block a user