From 02bc7314f4bce6c29171d85343e771062e252074 Mon Sep 17 00:00:00 2001 From: Juan Font Date: Mon, 4 Oct 2021 21:47:09 +0200 Subject: [PATCH] Update dns.go Co-authored-by: Kristoffer Dalby --- dns.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dns.go b/dns.go index 91afe51..74a85ae 100644 --- a/dns.go +++ b/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}