What problem does it solve? Rotating outbound IP addresses across multiple devices requires manually managing separate Tailscale daemon instances, SOCKS5 ports, and exit node assignments, which is error-prone and hard to keep running across reboots. ## Core Features & Use Cases - Multi-Device Proxy Pools: Run isolated tailscaled instances in userspace-networking mode, each exposing a local SOCKS5 port routed through a different Android phone, Windows laptop, or direct VPS connection. - Automated Proxy Provisioning: The add-proxy.sh script starts a new tailscaled instance, handles authentication, sets the exit node, verifies the exit IP, and generates a boot script. - Status Monitoring: The status.sh script checks every proxy port and reports the current exit IP for each device. - Use Case: Add a new phone as a proxy exit point by running the add script with a port, device name, and Tailscale IP, then register it as a managed service and add it to a 9Router round-robin pool. ## Quick Start Set up a new phone as a Tailscale exit node proxy on port 1061 and verify its exit IP.