mirror of
https://github.com/cnlh/nps.git
synced 2024-04-21 12:31:54 +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
|
|
}
|