Eric Eisenhart
Eric Eisenhart
FWIW, it would be nice to have LAG members group under the interface they're part of, too... (not sure if that's covered by this request already or not) Current 3.6.3...
You mean something like this? ``` vm_domain_name_relation = ^[a-z]\.foo$ = example.net, ^[a-z]-bar$ = example.com ``` Replacing simple `add_vm_domain_name` with: ``` vm_domain_name_relation = .* = example.net ``` Should that still have...
First pass at code for this in #356
RHEL10 is out now, and RHEL clones have their 10.0 releases out now or they're coming very soon.
I assume the issue can be avoided with `tailscale set --auto-update=false`, but I haven't tested that mitigation long enough to consider that mitigation verified.