nps/server/proxy/transport_windows.go

12 lines
145 B
Go
Raw Normal View History

2019-04-21 15:16:13 +00:00
// +build windows
package proxy
import (
2020-01-08 13:57:14 +00:00
"ehang.io/nps/lib/conn"
2019-04-21 15:16:13 +00:00
)
func HandleTrans(c *conn.Conn, s *TunnelModeServer) error {
return nil
}