tailscale/appc
Fran Bull 1c8e060628 appc: fix writing route info
Before the fix in 7eb8a77ac8 we were
writing route info on every DNS request. Since that fix we have only
been writing when we advertise new routes. This means we haven't been
writing domain->IP Address associations if the IP Address is covered by
a control route. We do want to persist the info associating the domain
and IP Address so make sure we also store routes in that case.

Fixes #12673

Signed-off-by: Fran Bull <fran@tailscale.com>
2024-07-01 08:53:59 -07:00
..
appctest appc: add test to ensure that individual IPs are not removed during route updates 2024-01-22 17:50:55 -08:00
appconnector_test.go appc: fix writing route info 2024-07-01 08:53:59 -07:00
appconnector.go appc: fix writing route info 2024-07-01 08:53:59 -07:00