mirror of
https://github.com/kubenetworks/kubevpn.git
synced 2025-11-02 19:44:00 +08:00
feat: complete gvisor
This commit is contained in:
@@ -245,7 +245,7 @@ func getBastion(name string) *SshConfig {
|
||||
config.Keyfile = value
|
||||
}
|
||||
}
|
||||
config.Addr = fmt.Sprintf("%s:%s", host, port)
|
||||
config.Addr = net.JoinHostPort(host, port)
|
||||
return &config
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user