mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-11-23 12:02:58 -05:00
VLESS PREVIEW 1.1
This commit is contained in:
8
proxy/vless/vless.go
Normal file
8
proxy/vless/vless.go
Normal file
@@ -0,0 +1,8 @@
|
||||
// Package vless contains the implementation of VLess protocol and transportation.
|
||||
//
|
||||
// VLess contains both inbound and outbound connections. VLess inbound is usually used on servers
|
||||
// together with 'freedom' to talk to final destination, while VLess outbound is usually used on
|
||||
// clients with 'socks' for proxying.
|
||||
package vless
|
||||
|
||||
//go:generate errorgen
|
||||
Reference in New Issue
Block a user