Manage Tailscale from GNOME Quick Settings without the CLI. Main features: - See peers status (copy IPs) - Exit node (Manual/Auto + status and state restore) - Magic DNS - Accept and see routes - Send & Receive files from TailDrop - Expose funnels - Fully configurable for your needs Not affiliated with or endorsed by Tailscale Inc. Tailscale is a registered trademark of Tailscale Inc.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
EGO-A-005 manual_review
extensions should not access the clipboard directly
Direct clipboard access via `St.Clipboard.get_default()` requires reviewer scrutiny.
lib/menu.js:1848
St.Clipboard.get_default()
Timeout should be removed on destroy and before creating a new one (line 1072 `lib/tailscale.js`): [EGO Review Guidelines: Timeout](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#remove-main-loop-sources)