Releases: Banyc/proxy
Releases · Banyc/proxy
Release list
v0.0.78
v0.0.77
v0.0.76
v0.0.75
v0.0.74
server/config.toml: show reverse tunnels as active example config Uncomment the reverse-tunnel example so the config reads naturally and hangs together: public chain hops under [stream.upstream]/[udp.upstream] (revtuntcp://private-a, revtunrtp://private-b), tunnel routes in the stream and UDP conn_selectors, public responders on tcp://0.0.0.0:7000 and rtpmux://0.0.0.0:7100, and matching private initiators with consistent keys. Also fix two pre-existing bugs that meant the example could never load: - `fec = false` under [[proxy_server.rtp_server]], a field that does not exist there (fec belongs to RtpMuxProxyServerConfig and to the reverse-tunnel initiator/responder stanzas); - every header_key/payload_key was "base64", which is invalid unpadded base64; replaced with cHJveHktZXhhbXBsZS1rZXk (unpadded base64 of "proxy-example-key"). Add server/tests/example_config.rs, which deserializes server/config.toml through the real ServerConfig so the example cannot rot silently again.
v0.0.73
proxy: work order renames, config Deserialize, route unification on R…