mirror of https://github.com/v2ray/v2ray-core
13 lines
225 B
Go
13 lines
225 B
Go
![]() |
// +build !linux
|
||
|
|
||
|
package dokodemo
|
||
|
|
||
|
import (
|
||
|
v2net "github.com/v2ray/v2ray-core/common/net"
|
||
|
"github.com/v2ray/v2ray-core/transport/hub"
|
||
|
)
|
||
|
|
||
|
func GetOriginalDestination(conn *hub.Connection) v2net.Destination {
|
||
|
return nil
|
||
|
}
|