mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-11-16 17:38:45 -05:00
13 lines
234 B
Go
13 lines
234 B
Go
// +build !linux
|
|
|
|
package dokodemo
|
|
|
|
import (
|
|
v2net "github.com/v2ray/v2ray-core/common/net"
|
|
"github.com/v2ray/v2ray-core/transport/internet"
|
|
)
|
|
|
|
func GetOriginalDestination(conn internet.Connection) v2net.Destination {
|
|
return nil
|
|
}
|