Releases: stevenmcdonald/envoy
128.0.6537.2 beta 1
Update to 128.0.6537.2
drop all DNS configs, since the GFW seems to be blocking cronet from making DoH requests. The system resolver has at least some chance of working
108.0.5359.243-1 alpha 5
It seems that all DoH requests are blocked, so we'll just use the system resolver for now, it has some chance of working.
- disables the patch the provides a DoH DNS config
108.0.5359.243-1 alpha 4
- add Cloudflare as the default nameserver by IP, allow override of the config by a dnsConfig param on the envoy_url
108.0.5359.243-1 alpha 3
This config includes IPv4 and IPv6 configs for Cloudflare, IPv6 only didn't work in practice :)
108.0.5359.243-1 alpha
Updates DNS settings to use security.cloudflare-dns.com (1.1.1.2/1.0.0.2), this one seems less blocked than 1.1.1.1/1.0.0.1 and should work fine for our needs
108.0.5359.195_ech-alpha-5
"This time for sure!"
This build of cronet adds more DNS servers, dns.sb and quad9. Use the Envoy aar from alpha3
108.0.5359.195_ech-alpha-4
Updated the Envoy patches to honor the BYPASS_PROXY flag so DoH lookups aren't sent though the proxy
Warning, this envoy (tries) to enable the netlog
108.0.5359.195_ech-alpha-1
Updates to Chromium 108.0.5359.195
This is an experimental build that enables ECH and hardcodes the internal DNS resolver with Cloudflare DNS servers, so ECH works. Later releases should make the DNS settings configurable by Envoy users
Note that for every successful connection, this logs the server IP and info on if ECH worked to STDERR
108.0.5359.243-1 alpha 2
More DNS updates, use IPv6
108.0.5359.195_ech-alpha-3
Actually update the patch to use (and force) DoH. Cloudflare is still hardcoded for now