mirror of
https://github.com/tailscale/tailscale.git
synced 2025-08-22 11:01:54 +00:00
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
@@ -121,8 +121,8 @@ func TestDoHIPsOfBase(t *testing.T) {
|
||||
want: ips(
|
||||
"76.76.2.22",
|
||||
"76.76.10.22",
|
||||
"2a07:a8c0:0:6:7b5b:5949:35ad:0",
|
||||
"2a07:a8c1:0:6:7b5b:5949:35ad:0",
|
||||
"2606:1a40:0:6:7b5b:5949:35ad:0",
|
||||
"2606:1a40:1:6:7b5b:5949:35ad:0",
|
||||
),
|
||||
},
|
||||
{
|
||||
@@ -130,8 +130,8 @@ func TestDoHIPsOfBase(t *testing.T) {
|
||||
want: ips(
|
||||
"76.76.2.22",
|
||||
"76.76.10.22",
|
||||
"2a07:a8c0:0:ffff:ffff:ffff:ffff:0",
|
||||
"2a07:a8c1:0:ffff:ffff:ffff:ffff:0",
|
||||
"2606:1a40:0:ffff:ffff:ffff:ffff:0",
|
||||
"2606:1a40:1:ffff:ffff:ffff:ffff:0",
|
||||
),
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user