mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-11-02 09:17:55 -04:00
13 lines
214 B
Go
13 lines
214 B
Go
// +build !linux
|
|
|
|
package dokodemo
|
|
|
|
import (
|
|
"v2ray.com/core/common/net"
|
|
"v2ray.com/core/transport/internet"
|
|
)
|
|
|
|
func GetOriginalDestination(conn internet.Connection) net.Destination {
|
|
return net.Destination{}
|
|
}
|