mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 05:11:06 +02:00
fix
This commit is contained in:
parent
f89dd01e87
commit
b979607c42
1 changed files with 3 additions and 3 deletions
|
@ -143,10 +143,10 @@ func TestCrocError(t *testing.T) {
|
|||
log.SetLevel("warn")
|
||||
sender, _ := New(Options{
|
||||
IsSender: true,
|
||||
SharedSecret: "test",
|
||||
SharedSecret: "test33",
|
||||
Debug: true,
|
||||
RelayAddress: "doesntexistok.com:8181",
|
||||
RelayPorts: []string{"8181", "8182"},
|
||||
RelayAddress: "doesntexistok.com:8381",
|
||||
RelayPorts: []string{"8381", "8382"},
|
||||
Stdout: true,
|
||||
NoPrompt: true,
|
||||
DisableLocal: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue