Releases: greatfire/IEnvoyProxy
Releases · greatfire/IEnvoyProxy
e3.5.0
- Added ECH and MASQUE support.
- Added Xray support.
- Added Hysteria2 client connection settings.
- Added V2Ray-HTTP and uTLS/Hostname support.
- Added V2Ray HTTP/2 flavor support.
- Added V2Ray domain2ip map support.
- Added TLS settings for V2Ray Websocket.
- Updated V2Ray to version 5.40.0.
e3.5.0 beta 1
Beta build with support for MASQUE and ECH, and now support for 16k pages for Android
e3.4.0
- Updated V2Ray to version 5.30.0.
- Fixed Hysteria submodule to version 2.6.1. Was 2.6.0 before.
- Fixed Lyrebird version string.
3.3.0
- Updated Snowflake to version 2.11.0.
- Updated Lyrebird to version 0.6.0.
- Updated V2Ray to version 5.29.2.
- Updated Hysteria to version 2.6.1.
- Removed V2Ray submodule, since we don't patch it anymore. Use directly instead.
Add support for TenaciousDNS: https://gitlab.com/stevenmcdonald/tenaciousdns (DNS and HTTP w/ECH proxy)This wasn't merged
3.3.0 beta 5
Yet another build
- This fixes the envoy proxy, it wasn't proxying right, so I borrowed some code from github.com/elazarl/goproxy/tree/master. It seems to work now with Wiki Unblocked
3.3.0 beta 4
New day, new version ;-)
TenaciousDNS updates:
- Envoy proxy supports POST requests
- CONNECT proxy proxy, that tries to use ECH
3.3.0 beta 3
- update to tenaciousDNS 1.2.0, which uses DoH to resolve the host name in the envoy proxy, with the selected DoH server
3.3.0 beta2
- Fix a bug where the TenaciousDNS server didn't actually start
3.3.0 beta 1
- Add support for TenaciousDNS: https://gitlab.com/stevenmcdonald/tenaciousdns
I'll get 'round to documenting things soon
I forget how things work in JVM land, but something like:
IEnvoyProxy.TenaciousDNSdohServers = "185.222.222.222,45.11.45.11"
IEnvoyProxy.TenaciousDNSEnvoyUrl = "https://www.example.com/some_path/"
IEnvoyProxy.Controller.Start(IEnvoyProxy.TenaciousDNS)
3.2.0
- Updated V2Ray to latest version 5.24.0.
- Brought back own Hysteria2 support, as V2Ray dropped theirs again.