add custom secret field support
This commit is contained in:
parent
61fce7bcd9
commit
a3b3caaf6d
7 changed files with 96 additions and 5 deletions
|
|
@ -91,7 +91,7 @@ func DialForSSH(addr string) (net.Conn, error) {
|
|||
return net.Dial("tcp", addr)
|
||||
}
|
||||
|
||||
func CreateNoneAuth(password []byte) *Upstream_None {
|
||||
func CreateNoneAuth() *Upstream_None {
|
||||
return &Upstream_None{
|
||||
None: &UpstreamNoneAuth{},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue