Xray-core/transport/internet/tagged/tagged.go

12 lines
193 B
Go
Raw Normal View History

package tagged
import (
"context"
"github.com/xtls/xray-core/common/net"
)
type DialFunc func(ctx context.Context, dest net.Destination, tag string) (net.Conn, error)
var Dialer DialFunc