Releases: MengJiangProject/redproxy-rs
Releases · MengJiangProject/redproxy-rs
v0.5.1-fix
fixes building failure on windows
v0.5.1
- d07f99a add loadbalance connector
- 6daa7ab add connect addresses into context
- 11cb0be access_log: add script formater
- 84e59d3 add embedded-ui to default features
- 55ae6f7 milu: add template string, bump version 0.2.1
- b83e476 milu: add strcat function
v0.5.0
- bump version 0.5.0
- allow rules to be reconfigured via restapi (
/api/rules
)
- add prometheus metrics interface (
/api/metrics
)
- add reverse proxy listener
- tls: enable tls1.3 0rtt handshake by default
v0.4.2
fixes a bug may causes quic listener stops working
v0.4.1
We now have a working WebUI bundled in the single binary \o/
WebUI is enabled by default, to disable, see metrics section in config.yaml
v0.4.0
Add metrics api
- /contexts : List all live connections
- /history : List last 100 terminated connections
v0.3.2
fixes http listener failed to handle TLS connections
v0.3.0
Added HTTP CONNECT over QUIC support
Fixed bug in milu that causes dead loops
Bump version 0.3.0
v0.2.0
Add Socks protocol v4,v4a and v5 support with tls