mirror of
https://github.com/tailscale/tailscale.git
synced 2025-08-11 13:18:53 +00:00
ipn/ipnlocal: plumb ExitNodeDNSResolvers for IsWireGuardOnly exit nodes
Control sends ExitNodeDNSResolvers when configured for IsWireGuardOnly nodes that are to be used as the default resolver with a lower precedence than split DNS, and a lower precedence than "Override local DNS", but otherwise before local DNS is used when the exit node is in use. Neither of the below changes were problematic, but appeared so alongside a number of other client and external changes. See tailscale/corp#14809. Relandea9dd8fabc
. Relandd52ab181c3
. Updates #9377 Updates tailscale/corp#14809 Signed-off-by: James Tucker <james@tailscale.com>
This commit is contained in:

committed by
James Tucker

parent
ca4396107e
commit
5c2b2fa1f8
@@ -115,7 +115,8 @@ type CapabilityVersion int
|
||||
// - 73: 2023-09-01: Non-Windows clients expect to receive ClientVersion
|
||||
// - 74: 2023-09-18: Client understands NodeCapMap
|
||||
// - 75: 2023-09-12: Client understands NodeAttrDNSForwarderDisableTCPRetries
|
||||
const CurrentCapabilityVersion CapabilityVersion = 75
|
||||
// - 76: 2023-09-20: Client understands ExitNodeDNSResolvers for IsWireGuardOnly nodes
|
||||
const CurrentCapabilityVersion CapabilityVersion = 76
|
||||
|
||||
type StableID string
|
||||
|
||||
|
Reference in New Issue
Block a user