Releases: sorz/moproxy
Releases · sorz/moproxy
v0.3.6
- Add
--max-wait
option to customize connection timeout - Support upstream SOCKSv5 username/password authentication
v0.3.5
- New web status page built with modern technology (standalone repo moproxy-web)
- Fix config reload (
SIGHUP
signal) missedlisten ports
v0.3.4
- Reduce surplus warning logging
- Fix traffic variables on Lua script
- Improve data forwarding performance (hopefully)
v0.3.3
- Feature: add Prometheus exporter
- Fix direct-connect fallback on SOCKSv5 incoming request
- Experimental support for non-Linux OSes
v0.3.2
v0.3.1
v0.3.0
Rust 1.39.0 or above is required.
v0.3.0-alpha.1 to v0.3.0
- Feature: custom scoring calculation via Lua script (experimental)
- Give penalty for continuous connection errors on the default scoring
v0.2.7 to v0.3.0-alpha.1
- Feature: --allow-direct, fallback to direct connecting when all proxy servers were down.
- Bind on IPv6 address [::] by default
- Keep stats info of servers after reloaded
- Migrate to async/await Rust
- Other mirror improvement
v0.3.0-alpha.1
- New feature:
--allow-direct
, fallback to direct connecting when all proxy servers were down. - Bind on IPv6 address
[::]
by default - Keep stats info of servers after reloaded
- Migrate to async/await Rust
- Other mirror improvement