mirror of
https://github.com/ehang-io/nps.git
synced 2025-07-03 04:53:50 +00:00
12 lines
145 B
Go
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
|
|
}
|