-
Konduit v0.1.0-beta.11 Pre-Release
released this
2026-07-25 15:04:01 +00:00 | 0 commits to master since this releaseBeta 11 — Linux Physical Gateway Detection Fix
Fixed
Reconnecting on Linux could pick the VPN's own tun interface as the "physical" gateway (recurrence of #36)
Physical default-gateway detection picked the route with the highest metric,
on the assumption that VPN routes always have a low metric and physical/DHCP
routes a high one. That assumption breaks when the kernel doesn't round-trip
the route's Priority attribute on a dump, or when a leftover default route
survives on a reused tun ifindex from an imperfectly torn-down previous
session — either can let the client's own tun interface win the metric
comparison. The client now excludes its own tun interface outright when
scanning candidates, rather than relying on metric comparison alone to steer
around it.Downloads