Net/DNS/Publicdns: update the IPv6 range that we use to recreate route endpoint for control D
In this commit I updated the Ipv6 range we use to generate Control D DOH ip, we were using the NextDNSRanges to generate Control D DOH ip, updated to use the correct range. Updates: #7946 Signed-off-by: Kevin Liang <kevinliang@tailscale.com>
This commit is contained in:
committed by
KevinLiang10
parent
6877d44965
commit
7f83f9fc83
@@ -125,8 +125,8 @@ func DoHIPsOfBase(dohBase string) []netip.Addr {
|
||||
return []netip.Addr{
|
||||
controlDv4One,
|
||||
controlDv4Two,
|
||||
controlDv6Gen(nextDNSv6RangeA.Addr(), pathStr),
|
||||
controlDv6Gen(nextDNSv6RangeB.Addr(), pathStr),
|
||||
controlDv6Gen(controlDv6RangeA.Addr(), pathStr),
|
||||
controlDv6Gen(controlDv6RangeB.Addr(), pathStr),
|
||||
}
|
||||
}
|
||||
return nil
|
||||
|
||||
Reference in New Issue
Block a user