funnel-config

Installation
SKILL.md

Tailscale Funnel Route Management

Discover Current State

# Get hostname
tailscale status --json | jq -r '.Self.DNSName' | sed 's/\.$//'

# List all routes
tailscale funnel status

# Check what's listening on which ports
lsof -i -P -n | grep LISTEN | grep -E ':(8080|3000|3030|5000)'

Add a Service Route

Installs
2
GitHub Stars
77
First Seen
May 2, 2026
funnel-config — htlin222/dotfiles