Files
firezone/rust/connlib
Gabi a803a54b02 fix(proptest): don't use port 53 for non-dns packets (#7129)
For simplicity sake I assumed that any packet using port 53 would be a
dns packet, but I forgot to exclude it from the range of possible ports
used.

This can cause spurious CI failures
2024-10-23 00:05:28 +00:00
..

Connlib

Firezone's connectivity library shared by all clients.

Building Connlib

You shouldn't need to build connlib directly; it's typically built as a dependency of one of the other Firezone components. See READMEs in those directories for relevant instructions.