client: default to https://tether.pecord.io for double-click UX

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
Claude Opus 4.7
2026-05-21 00:22:31 -05:00
parent fa52bf2693
commit 24854e44d6

View File

@@ -30,7 +30,7 @@ type Message struct {
}
func main() {
server := flag.String("server", "http://localhost:8765", "tether-server base URL")
server := flag.String("server", "https://tether.pecord.io", "tether-server base URL")
label := flag.String("label", "linux-client", "X-Tether-Client label")
sendText := flag.String("send", "", "send this text and exit (otherwise listen)")
flag.BoolVar(&noClipboard, "no-clipboard", false, "don't write incoming messages to the OS clipboard")