Skip to content

Releases: Banyc/proxy

v0.0.78

Choose a tag to compare

@github-actions github-actions released this 06 Sep 10:45
deps: release bump

v0.0.77

Choose a tag to compare

@github-actions github-actions released this 02 Sep 15:07
deps: fix rtp_mux link

v0.0.76

Choose a tag to compare

@github-actions github-actions released this 20 Aug 17:23
deps: bump crates

v0.0.75

Choose a tag to compare

@github-actions github-actions released this 09 Aug 17:39
deps: bump crates

v0.0.74

Choose a tag to compare

@github-actions github-actions released this 09 Aug 09:05
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

Choose a tag to compare

@github-actions github-actions released this 04 Aug 16:16
proxy: work order renames, config Deserialize, route unification on R…

v0.0.72

Choose a tag to compare

@github-actions github-actions released this 30 Jul 17:09
release

v0.0.71

Choose a tag to compare

@github-actions github-actions released this 30 Jul 17:08
release

v0.0.70

Choose a tag to compare

@github-actions github-actions released this 19 Jul 11:30
release

v0.0.69

Choose a tag to compare

@github-actions github-actions released this 08 Apr 14:52
chore: bump crates