mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
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`.
5 lines
106 B
TOML
5 lines
106 B
TOML
[toolchain]
|
|
channel = "1.69.0"
|
|
components = ["rustfmt", "clippy"]
|
|
targets = ["x86_64-unknown-linux-musl"]
|