0
0
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-11 13:21:00 +02:00

can't use the github ci 8084

This commit is contained in:
Zack Scholl 2021-10-04 08:02:27 -07:00
parent 8ee1825f84
commit a12f374aba

View file

@ -15,11 +15,11 @@ import (
func init() { func init() {
log.SetLevel("trace") log.SetLevel("trace")
go tcp.Run("debug", "localhost", "8081", "pass123", "8082,8083,8084,8085") go tcp.Run("debug", "localhost", "8281", "pass123", "8282,8283,8284,8285")
go tcp.Run("debug", "localhost", "8082", "pass123") go tcp.Run("debug", "localhost", "8282", "pass123")
go tcp.Run("debug", "localhost", "8083", "pass123") go tcp.Run("debug", "localhost", "8283", "pass123")
go tcp.Run("debug", "localhost", "8084", "pass123") go tcp.Run("debug", "localhost", "8284", "pass123")
go tcp.Run("debug", "localhost", "8085", "pass123") go tcp.Run("debug", "localhost", "8285", "pass123")
time.Sleep(1 * time.Second) time.Sleep(1 * time.Second)
} }
@ -31,8 +31,8 @@ func TestCrocReadme(t *testing.T) {
IsSender: true, IsSender: true,
SharedSecret: "8123-testingthecroc", SharedSecret: "8123-testingthecroc",
Debug: true, Debug: true,
RelayAddress: "localhost:8081", RelayAddress: "localhost:8281",
RelayPorts: []string{"8081"}, RelayPorts: []string{"8281"},
RelayPassword: "pass123", RelayPassword: "pass123",
Stdout: false, Stdout: false,
NoPrompt: true, NoPrompt: true,
@ -49,7 +49,7 @@ func TestCrocReadme(t *testing.T) {
IsSender: false, IsSender: false,
SharedSecret: "8123-testingthecroc", SharedSecret: "8123-testingthecroc",
Debug: true, Debug: true,
RelayAddress: "localhost:8081", RelayAddress: "localhost:8281",
RelayPassword: "pass123", RelayPassword: "pass123",
Stdout: false, Stdout: false,
NoPrompt: true, NoPrompt: true,