summaryrefslogtreecommitdiffhomepage
path: root/types/appctype
AgeCommit message (Collapse)AuthorFilesLines
2024-01-17appc,ipn/ipnlocal,types/appctype: implement control provided routesJames Tucker1-0/+2
Control can now send down a set of routes along with the domains, and the routes will be advertised, with any newly overlapped routes being removed to reduce the size of the routing table. Fixes tailscale/corp#16833 Signed-off-by: James Tucker <james@tailscale.com>
2023-11-22appc,ipn/local: support wildcard when matching app-connectorsTom DNetto1-1/+2
Updates: ENG-2453 Signed-off-by: Tom DNetto <tom@tailscale.com>
2023-11-15types/appctype: correct app-connector cap name in documentationJames Tucker1-1/+1
Updates #cleanup Signed-off-by: James Tucker <james@tailscale.com>
2023-10-31types/appctype: define the nodeAttrs type for dns-driven app connectorsTom DNetto1-0/+13
Signed-off-by: Tom DNetto <tom@tailscale.com> Updates: https://github.com/tailscale/corp/issues/15440 Code-authored-by: Podtato <podtato@tailscale.com>
2023-10-19appctype: move to types/appctypeTom DNetto2-0/+137
Having a types package at the top level was almost certainly unintentional. Signed-off-by: Tom DNetto <tom@tailscale.com> Updates: https://github.com/tailscale/corp/issues/15038