rpwoodbu / mosh-chrome

Mosh for Chrome
GNU General Public License v3.0
371 stars 59 forks source link

Migrate to google.dns and follow redirects #198

Open rpwoodbu opened 5 years ago

rpwoodbu commented 5 years ago

dns.google.com is deprecated in favor of google.dns. This is a simple change to make in gpdns_resolver.cc. While in there, it would be good to support redirects, by catching a 301 and calling pp::URLLoader::FollowRedirect.

vapier commented 5 years ago

you mean dns.google right ? :)