From fd7d03508741f185f80798bd15b8cf68d1c86e83 Mon Sep 17 00:00:00 2001 From: Zack Scholl Date: Wed, 13 Nov 2019 07:30:04 -0800 Subject: [PATCH] update address --- main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.go b/main.go index f19e21a..5ae77db 100644 --- a/main.go +++ b/main.go @@ -21,7 +21,7 @@ func main() { c, err := croc.New(croc.Options{ IsSender: true, SharedSecret: "test1", - RelayAddress: "ws://localhost:8005/ws", + RelayAddress: "wss://testcroc.schollz.com/ws", Debug: true, }) if err != nil { @@ -35,7 +35,7 @@ func main() { c, err := croc.New(croc.Options{ IsSender: false, SharedSecret: "test1", - RelayAddress: "ws://localhost:8005/ws", + RelayAddress: "wss://testcroc.schollz.com/ws", Debug: true, }) if err != nil {