nps/server/proxy/transport_windows.go
2020-01-08 21:57:14 +08:00

12 lines
145 B
Go

// +build windows
package proxy
import (
"ehang.io/nps/lib/conn"
)
func HandleTrans(c *conn.Conn, s *TunnelModeServer) error {
return nil
}