mirror of https://github.com/ehang-io/nps
12 lines
152 B
Go
12 lines
152 B
Go
![]() |
// +build windows
|
||
|
|
||
|
package proxy
|
||
|
|
||
|
import (
|
||
|
"github.com/cnlh/nps/lib/conn"
|
||
|
)
|
||
|
|
||
|
func HandleTrans(c *conn.Conn, s *TunnelModeServer) error {
|
||
|
return nil
|
||
|
}
|