mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-28 02:18:50 +00:00
Currently, we emit a single TRACE log for each DNS resource entry that doesn't match. This is quite spammy and often not needed. When debugging DNS resources, it is useful to know, which resources we are matching against. To balance this, we now build a list of all DNS resource domain patterns that we have and log a single "No resources matched" log with that list in case none match.
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.