Sadly, no change after ~4 months. Can anyone report/has anyone reported the issue to them?
Also, google's DNS takes quite a while to respond with SERVFAIL (4 seconds at least). As a workaround for dnsmasq-serviced home network, I'll force dnsmasq to resolve all alibaba/aliexpress subdomains via v4:server=/alibaba.com/8.8.8.8server=/aliexpress.com/8.8.8.8
nameserver 8.8.8.8 nameserver 8.8.4.4
One possibility would be to e-mail dnsa...@alibaba-inc.com (from the SOA record on those two domains) or dnsa...@hk.alibaba-inc.com (from WHOIS, probably goes to the same mailbox). Google Public DNS has now published a guideline for EDNS Client Subnet for authoritative name servers: https://developers.google.com/speed/public-dns/docs/ecs...
This certainly seems like a reasonable workaround for now...
--
--
========================================================
You received this message because you are subscribed to the Google
Groups "public-dns-discuss" group.
To post to this group, send email to public-dns-discuss@googlegroups.com
To unsubscribe from this group, send email to
public-dns-discuss+unsub...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/public-dns-discuss
For more information on Google Public DNS, please visit
http://developers.google.com/speed/public-dns
========================================================
---
You received this message because you are subscribed to a topic in the Google Groups "public-dns-discuss" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/public-dns-discuss/Vz2nRZKGRds/unsubscribe.
To unsubscribe from this group and all its topics, send an email to public-dns-discuss+unsub...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hm, are we certain this problem is on Alibaba's side? I just tested resolving www.aliexpress.com via OpenDNS' IPv6 servers (2620:0:ccc::2), and it works without issues - returns the same result as 8.8.8.8
Michal wrote:Hm, are we certain this problem is on Alibaba's side? I just tested resolving www.aliexpress.com via OpenDNS' IPv6 servers (2620:0:ccc::2), and it works without issues - returns the same result as 8.8.8.8Yes, this is Alibaba's problem. You can confirm this by sending queries with EDNS Client subnet data containing IPv6 addresses to their authoritative name servers.OpenDNS' IPv6 servers don't do EDNS Client Subnet (ECS),
Anyhow, as you can see below, if you use IPv6, OpenDNS does not forward any ECS data to the authoritative resolvers (in this case, the ns*.google.com resolvers, which report the resolver source IP address and ECS option IP address when you query for o-o.myaddr.l.google.com):
--
========================================================
You received this message because you are subscribed to the Google
Groups "public-dns-discuss" group.
To post to this group, send email to public-dns-discuss@googlegroups.com
To unsubscribe from this group, send email to
public-dns-discuss+unsub...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/public-dns-discuss
For more information on Google Public DNS, please visit
http://developers.google.com/speed/public-dns
========================================================
---
You received this message because you are subscribed to the Google Groups "public-dns-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to public-dns-discuss+unsub...@googlegroups.com.
OpenDNS' IPv6 servers don't do EDNS Client Subnet (ECS),This isn't technically correct.OpenDNS have made the choice (based on an overly strict reading of the RFC) to make ECS opt-in only. If you want to receive ECS data from them, you need to contact their support with details of your nameservers (or, alternatively, the affected zones) and a brief explanation of why you want that data.
Anyhow, as you can see below, if you use IPv6, OpenDNS does not forward any ECS data to the authoritative resolvers (in this case, the ns*.google.com resolvers, which report the resolver source IP address and ECS option IP address when you query for o-o.myaddr.l.google.com):
Below is a test with a (redacted) domain that I've specifically asked them to enable ECS fordig -6 +nocmd +nostats A xxxxxx resolver1.opendns.com
Ben Tasker wrote:OpenDNS' IPv6 servers don't do EDNS Client Subnet (ECS),This isn't technically correct.OpenDNS have made the choice (based on an overly strict reading of the RFC) to make ECS opt-in only. If you want to receive ECS data from them, you need to contact their support with details of your nameservers (or, alternatively, the affected zones) and a brief explanation of why you want that data.It is true that you have to get whitelisted, but they whitelisted the ns*.google.com resolvers (authoritative for much of google.com, youtube.com, etc.) from Day 1.
However, the presence or absence of a response says nothing about whether they sent ECS data to the authoritative servers, so I'm not even sure what your example would prove by itself.
But you could look in your query logs and see if there was an ECS option with your IPv6 address. You won't find it.
--
--
========================================================
You received this message because you are subscribed to the Google
Groups "public-dns-discuss" group.
To post to this group, send email to public-dns-discuss@googlegroups.com
To unsubscribe from this group, send email to
public-dns-discuss+unsub...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/public-dns-discuss
For more information on Google Public DNS, please visit
http://developers.google.com/speed/public-dns
========================================================
---
You received this message because you are subscribed to the Google Groups "public-dns-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to public-dns-discuss+unsub...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Michal wrote:Hm, are we certain this problem is on Alibaba's side? I just tested resolving www.aliexpress.com via OpenDNS' IPv6 servers (2620:0:ccc::2), and it works without issues - returns the same result as 8.8.8.8Yes, this is Alibaba's problem. You can confirm this by sending queries with EDNS Client subnet data containing IPv6 addresses to their authoritative name servers.
<snip>