chore(chisel): bump chisel to 1.9.0 EE-5976 (#10093)

This commit is contained in:
cmeng
2023-08-24 11:06:33 +12:00
committed by GitHub
parent 3237e1990c
commit 1aae2e27f4
3 changed files with 26 additions and 37 deletions

View File

@@ -126,8 +126,8 @@ func (service *Service) StartTunnelServer(addr, port string, snapshotService por
}
config := &chserver.Config{
Reverse: true,
PrivateKeyFile: privateKeyFile,
Reverse: true,
KeyFile: privateKeyFile,
}
chiselServer, err := chserver.NewServer(config)