Releases: stevenmcdonald/IEnvoyProxy
3.0.0
2.0.1 for iOS
Updates:
- Snowflake 2.9.2
- V2Ray to 5.15.0
- Lyrebird 0.2.0
- Hysteria 1 is out, Hysteria 2 is in
This release only supports iOS for now, use 1.5.x for Android for now
2.0.0 beta 1
Updates thanks to tladesignz
Updates:
- Snowflake 2.9.2
- V2Ray to 5.15.0
- Lyrebird 0.2.0
- Hysteria 1 is out, Hysteria 2 is in
Also our first iOS release
1.5.0 for Android
Brings Lyrebird (a fork of obfs4proxy) over from IPtProxy to support obfs4 and meek. Tubesocks was added in too, to pass SOCKS auth to the PTs
Bugs:
- tubesocks can't be stopped once started
1.5.0 alpha 2
Fix crash related to StateLocation not being initialized
1.5.0 alpha 1
- Add Lyrebird (obfs4, meek_lite) support (from IPtProxy)
- Also add tubesocks to handle passing the auth info though (we can't get cronet to do that for us)
1.5.0 alpha 4
fix fixEnv(), reverted to mostly the version from IPtProxy
Improve Meek support
Meek should be actually useful now. Users should call startMeek
and startObfs4
and not call startLyrebird
directly. Stopping isn't fully implemented, you can call stopLyrebird
to stop both, but Tubesocks is... unstoppable, as it were. I'll address that in a future build.
1.4.3 alpha 1
Upgrade Hysteria to v1.3.5
1.4.2
Hardcodes UTLS to use HelloRandomizedALPN (since we can't pass socks5 auth info)