Skip to content

Commit

Permalink
Update dns.go
Browse files Browse the repository at this point in the history
Co-authored-by: Kristoffer Dalby <kradalby@kradalby.no>
  • Loading branch information
juanfont and kradalby authored Oct 4, 2021
1 parent 1a41a9f commit 02bc731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dns.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ func (h *Headscale) generateMagicDNSRootDomains() (*[]dnsname.FQDN, error) {
return nil, err
}

// TODO(juanfont): we are not handing over IPv6 addresses yet
// TODO(juanfont): we are not handing out IPv6 addresses yet
// and in fact this is Tailscale.com's range (not the fd7a:115c:a1e0: range in the fc00::/7 network)
ipv6base := dnsname.FQDN("0.e.1.a.c.5.1.1.a.7.d.f.ip6.arpa.")
fqdns := []dnsname.FQDN{base, ipv6base}
Expand Down

0 comments on commit 02bc731

Please sign in to comment.