mirror of
https://github.com/portainer/portainer.git
synced 2025-07-22 23:09:41 +02:00
chore(chisel): bump chisel to 1.9.0 EE-5976 (#10093)
This commit is contained in:
parent
3237e1990c
commit
1aae2e27f4
3 changed files with 26 additions and 37 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue