Files
firezone/rust/connlib
Jamil 03b6e443f7 fix(connlib): Update search_domain for exsiting TunConfigs (#8445)
For existing `TunConfig`, we had a bug where we failed to update the
search_domain if the effective dns_servers were unchanged.

@thomaseizinger I can see why you want to refactor this; it's quite a
mess to follow ;-). I was going to try my hand at cleaning it up a
little bit just so I can grok it but I figured since this area is going
to be changing quite a bit in #8263, I'll leave those changes out for
now.
2025-03-15 18:12:10 -05: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.