From a12f374aba96f7b185c5bbd644f1ff2fa7a0b58f Mon Sep 17 00:00:00 2001 From: Zack Scholl Date: Mon, 4 Oct 2021 08:02:27 -0700 Subject: [PATCH] can't use the github ci 8084 --- src/croc/croc_test.go | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/croc/croc_test.go b/src/croc/croc_test.go index afd53abc..877ba8eb 100644 --- a/src/croc/croc_test.go +++ b/src/croc/croc_test.go @@ -15,11 +15,11 @@ import ( func init() { log.SetLevel("trace") - go tcp.Run("debug", "localhost", "8081", "pass123", "8082,8083,8084,8085") - go tcp.Run("debug", "localhost", "8082", "pass123") - go tcp.Run("debug", "localhost", "8083", "pass123") - go tcp.Run("debug", "localhost", "8084", "pass123") - go tcp.Run("debug", "localhost", "8085", "pass123") + go tcp.Run("debug", "localhost", "8281", "pass123", "8282,8283,8284,8285") + go tcp.Run("debug", "localhost", "8282", "pass123") + go tcp.Run("debug", "localhost", "8283", "pass123") + go tcp.Run("debug", "localhost", "8284", "pass123") + go tcp.Run("debug", "localhost", "8285", "pass123") time.Sleep(1 * time.Second) } @@ -31,8 +31,8 @@ func TestCrocReadme(t *testing.T) { IsSender: true, SharedSecret: "8123-testingthecroc", Debug: true, - RelayAddress: "localhost:8081", - RelayPorts: []string{"8081"}, + RelayAddress: "localhost:8281", + RelayPorts: []string{"8281"}, RelayPassword: "pass123", Stdout: false, NoPrompt: true, @@ -49,7 +49,7 @@ func TestCrocReadme(t *testing.T) { IsSender: false, SharedSecret: "8123-testingthecroc", Debug: true, - RelayAddress: "localhost:8081", + RelayAddress: "localhost:8281", RelayPassword: "pass123", Stdout: false, NoPrompt: true,