Files
firezone/rust/rust-toolchain.toml
Thomas Eizinger 70e6982e45 Implement basic STUN server (#1603)
This is an alternative to https://github.com/firezone/firezone/pull/1602
that implements the server using a library I've found called
`stun_codec`.

It already has support for parsing a variety of attributes.

The following is a nice website to test some of the functionality:
https://icetest.info/

The server is still listening on:
`ec2-3-89-112-240.compute-1.amazonaws.com:3478`.
2023-05-10 07:58:32 -07:00

5 lines
106 B
TOML

[toolchain]
channel = "1.69.0"
components = ["rustfmt", "clippy"]
targets = ["x86_64-unknown-linux-musl"]