Feature Request: Public IP address in addition to Tailscale node IP address. #54
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Show the public IP address (i.e., what web servers would see me as, if I went to a website) in the popout.
Shipped on testing/vibes as v0.2.2.
Public IP is derived from
tailscale status --jsonendpoint addresses (Self.Addrs, or the active exit-node peer'sAddrswhen an exit node is selected). Shown under the status row; click to copy. No external HTTP probe.Note: this is the best status-derived public endpoint, not a guaranteed "what every website sees" probe (CGNAT/NAT edge cases and pure-IPv6-only exits may leave it blank).
Commit on tip after 0.2.1 correctness pass. Tests: 52 pass; live parse on this host extracted public IP correctly.
Written by AI agent working for @jtmorris. Model: Grok 4.5.
Updated to v0.2.3: public IP is now a lazy true-egress check, not status-derived endpoints.
Written by AI agent working for @jtmorris. Model: Grok 4.5.