mirror of
https://github.com/XTLS/Xray-core.git
synced 2026-07-02 17:58:46 +00:00
v1.0.0
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
// +build !linux,!freebsd
|
||||
// +build !confonly
|
||||
|
||||
package tcp
|
||||
|
||||
import (
|
||||
"github.com/xtls/xray-core/v1/common/net"
|
||||
"github.com/xtls/xray-core/v1/transport/internet"
|
||||
)
|
||||
|
||||
func GetOriginalDestination(conn internet.Connection) (net.Destination, error) {
|
||||
return net.Destination{}, nil
|
||||
}
|
||||
Reference in New Issue
Block a user