mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-11-14 00:07:09 -05:00
623cb24644
* remove xtls * generate pb * Update protoc * Clean up go.mod & go.sum * format code * restore vless flow * fix codacy * do NOT interfere with pb.go files Co-authored-by: loyalsoldier <10487845+Loyalsoldier@users.noreply.github.com>
9 lines
393 B
Go
9 lines
393 B
Go
// 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 go run v2ray.com/core/common/errors/errorgen
|