mirror of
https://github.com/tailscale/tailscale.git
synced 2025-05-02 13:41:03 +00:00
tailcfg: add relay client and server NodeAttr's (#15513)
Updates tailscale/corp#27502 Signed-off-by: Jordan Whited <jordan@tailscale.com>
This commit is contained in:
parent
8c062c07c6
commit
66d741aa3e
@ -2446,6 +2446,14 @@ const (
|
||||
// native tailnet. This is currently only sent to Hello, in its
|
||||
// peer node list.
|
||||
NodeAttrNativeIPV4 NodeCapability = "native-ipv4"
|
||||
|
||||
// NodeAttrRelayServer permits the node to act as an underlay UDP relay
|
||||
// server. There are no expected values for this key in NodeCapMap.
|
||||
NodeAttrRelayServer NodeCapability = "relay:server"
|
||||
|
||||
// NodeAttrRelayClient permits the node to act as an underlay UDP relay
|
||||
// client. There are no expected values for this key in NodeCapMap.
|
||||
NodeAttrRelayClient NodeCapability = "relay:client"
|
||||
)
|
||||
|
||||
// SetDNSRequest is a request to add a DNS record.
|
||||
|
Loading…
x
Reference in New Issue
Block a user