diff --git a/client/main.go b/client/main.go index 2699b72..fd5ba24 100644 --- a/client/main.go +++ b/client/main.go @@ -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")