mirror of
https://github.com/juanfont/headscale.git
synced 2024-12-03 04:03:05 +00:00
Fix minor issue
This commit is contained in:
parent
237f7f1027
commit
e78c002f5a
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue