Transport

This commit is contained in:
刘河
2019-04-21 23:16:13 +08:00
parent f6c596f318
commit 2912246572
3 changed files with 54 additions and 33 deletions

View File

@@ -0,0 +1,11 @@
// +build windows
package proxy
import (
"github.com/cnlh/nps/lib/conn"
)
func HandleTrans(c *conn.Conn, s *TunnelModeServer) error {
return nil
}