mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-27 12:05:26 +00:00
Fix minor issue
This commit is contained in:
parent
237f7f1027
commit
e78c002f5a
@ -166,7 +166,7 @@ func refreshBootstrapDNS() {
|
|||||||
for _, name := range names {
|
for _, name := range names {
|
||||||
addrs, err := r.LookupIP(ctx, "ip", name)
|
addrs, err := r.LookupIP(ctx, "ip", name)
|
||||||
if err != nil {
|
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
|
continue
|
||||||
}
|
}
|
||||||
dnsEntries[name] = addrs
|
dnsEntries[name] = addrs
|
||||||
|
Loading…
Reference in New Issue
Block a user