Update dns.go
Co-authored-by: Kristoffer Dalby <kradalby@kradalby.no>
This commit is contained in:
parent
1a41a9f2c7
commit
02bc7314f4
1 changed files with 1 additions and 1 deletions
2
dns.go
2
dns.go
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue