Skip to content

Commit e0a8751

Browse files
committed
Update
1 parent 17fb856 commit e0a8751

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

server.go

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
package sshproxy
22

33
import (
4-
"github.com/wzshiming/sshd"
54
_ "github.com/wzshiming/sshd/directtcp"
65
_ "github.com/wzshiming/sshd/tcpforward"
6+
7+
"github.com/wzshiming/sshd"
78
)
89

910
type Server = sshd.Server
11+
12+
var NewServer = sshd.NewServer

0 commit comments

Comments
 (0)