summaryrefslogtreecommitdiffhomepage
path: root/ipn/serve_test.go
AgeCommit message (Expand)AuthorFilesLines
2026-01-23all: remove AUTHORS file and references to itWill Norris1-1/+1
2025-11-25ipn/serve: validate service paths in HasPathHandlerSachin Iyer1-0/+30
2025-11-19cmd/tailscale/cli: allow remote target as service destination (#17607)KevinLiang101-1/+5
2025-07-16cmd/tailscale/cli: Add service flag to serve command (#16191)KevinLiang101-0/+115
2025-06-16scripts/check_license_headers.sh: delete, rewrite as a Go testBrad Fitzpatrick1-0/+1
2025-01-19ipn: [serve] warn that foreground funnel won't work if shields are up (#14685)Irbe Krumina1-0/+85
2024-06-26cmd/serve: don't convert localhost to 127.0.0.1Josh McKinney1-6/+5
2024-03-05{ipn/serve,cmd/tailscale/cli}: move some shared funcs to ipnSonia Appasamy1-0/+57
2023-10-26ipn/localapi: require local Windows admin to set serve path (#9969)Tyler Smalley1-0/+83
2023-09-28ipn: use NodeCapMap in CheckFunnelMaisem Ali1-1/+6
2023-09-17tailcfg: define a type for NodeCapabilityMaisem Ali1-10/+11
2023-08-09tailscale/cli: add interactive flow for enabling FunnelSonia Appasamy1-8/+7
2023-03-11ipn: add Funnel port check from nodeAttrMaisem Ali1-5/+12
2023-03-11tsnet: add ListenFunnelMaisem Ali1-0/+33