mirror of
https://github.com/schollz/croc.git
synced 2024-11-28 09:35:14 +03:00
can't use the github ci 8084
This commit is contained in:
parent
8ee1825f84
commit
a12f374aba
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user