0009-disable-google-ipv6-probes.patch 740 B

12345678910111213141516
  1. --- a/net/dns/host_resolver_manager.cc
  2. +++ b/net/dns/host_resolver_manager.cc
  3. @@ -153,10 +153,10 @@ const unsigned kMinimumTTLSeconds = kCac
  4. // cached.
  5. const int kIPv6ProbePeriodMs = 1000;
  6. -// Google DNS address used for IPv6 probes.
  7. -const uint8_t kIPv6ProbeAddress[] = {0x20, 0x01, 0x48, 0x60, 0x48, 0x60,
  8. +// RIPE NCC k.root-servers.net. 2001:7fd::1 (anycasted), used for IPv6 probes.
  9. +const uint8_t kIPv6ProbeAddress[] = {0x20, 0x01, 0x07, 0xfd, 0x00, 0x00,
  10. 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  11. - 0x00, 0x00, 0x88, 0x88};
  12. + 0x00, 0x00, 0x00, 0x01};
  13. // ICANN uses this localhost address to indicate a name collision.
  14. //