Feature Request: Public IP address in addition to Tailscale node IP address.
Updated to v0.2.3: public IP is now a lazy true-egress check, not status-derived endpoints.
- UI shows "Public IP: tap to check" when connected
- Tap runs curl (api.ipify.org → icanhazip.com…
ebeneezer
pushed to feature_public_ip_lazy_egress at jtmorris/dms_tailscalectl
2026-07-15 08:35:57 +00:00
ebeneezer
created branch feature_public_ip_lazy_egress in jtmorris/dms_tailscalectl
2026-07-15 08:35:57 +00:00
Feature Request: Public IP address in addition to Tailscale node IP address.
Shipped on testing/vibes as v0.2.2.
Public IP is derived from tailscale status --json endpoint addresses (Self.Addrs, or the active exit-node peer's Addrs when an exit node is selected).…
Feature Request: Public IP address in addition to Tailscale node IP address.
Bug: Tailscale node list still shows, even when disconnected from Tailscale.
Fixed on testing/vibes (v0.2.1).
parseStatusResult clears peers/exit node/self IP when BackendState is not Running. Popout shows "Not connected" empty state when offline.
Commits: 61626df,…
Bug: Tailscale node list still shows, even when disconnected from Tailscale.
Bug: Tailscale node list still shows, even when disconnected from Tailscale.
Fixed on testing / vibes (v0.2.1).
parseStatusResult now returns empty peers, exit node, and self IP whenever BackendState !== "Running", so a disconnected status cannot keep a stale peer…