Skip to content

Releases: stevenmcdonald/envoy

128.0.6537.2 beta 1

23 Jan 22:05
Compare
Choose a tag to compare
128.0.6537.2 beta 1 Pre-release
Pre-release

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

23 Jan 22:15
Compare
Choose a tag to compare
Pre-release

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

13 Jan 22:44
Compare
Choose a tag to compare
Pre-release
  • 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

07 Jan 21:47
Compare
Choose a tag to compare
Pre-release

This config includes IPv4 and IPv6 configs for Cloudflare, IPv6 only didn't work in practice :)

108.0.5359.243-1 alpha

06 Jan 23:29
Compare
Choose a tag to compare
Pre-release

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

18 Apr 22:32
Compare
Choose a tag to compare
Pre-release

"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

17 Apr 21:34
Compare
Choose a tag to compare
Pre-release

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

26 Mar 23:39
Compare
Choose a tag to compare
Pre-release

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

07 Jan 20:56
0b696a0
Compare
Choose a tag to compare
Pre-release

More DNS updates, use IPv6

108.0.5359.195_ech-alpha-3

15 Apr 22:53
0b696a0
Compare
Choose a tag to compare
Pre-release

Actually update the patch to use (and force) DoH. Cloudflare is still hardcoded for now