mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-23 10:05:19 +00:00
Fix minor issue
This commit is contained in:
parent
237f7f1027
commit
e78c002f5a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user