Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Point ¶
type Point struct {
// contains filtered or unexported fields
}
Point is an single server in V2Ray system.
func NewPoint ¶
func NewPoint(pConfig config.PointConfig) (*Point, error)
NewPoint returns a new Point server based on given configuration. The server is not started at this point.
func (*Point) DispatchToOutbound ¶
func (p *Point) DispatchToOutbound(packet v2net.Packet) ray.InboundRay
Click to show internal directories.
Click to hide internal directories.