README ¶
Project V2Ray
[![Build Status][1]][2] [![codecov.io][3]][4] [![Go Report][5]][6] [![GoDoc][7]][8] [![codebeat][9]][10] [1]: https://travis-ci.org/v2ray/v2ray-core.svg?branch=master "Build Status badge" [2]: https://travis-ci.org/v2ray/v2ray-core "Travis-CI Build Status" [3]: https://codecov.io/github/v2ray/v2ray-core/coverage.svg?branch=master "Coverage badge" [4]: https://codecov.io/github/v2ray/v2ray-core?branch=master "Codecov Status" [5]: https://goreportcard.com/badge/v2ray.com/core "Go Report badge" [6]: https://goreportcard.com/report/v2ray.com/core "Go Report" [7]: https://godoc.org/v2ray.com/core?status.svg "GoDoc badge" [8]: https://godoc.org/v2ray.com/core "GoDoc" [9]: https://codebeat.co/badges/f2354ca8-3e24-463d-a2e3-159af73b2477 "Codebeat badge" [10]: https://codebeat.co/projects/github-com-v2ray-v2ray-core "Codebeat"
V2Ray 是一个模块化的代理软件包,它的目标是提供常用的代理软件模块,简化网络代理软件的开发。
V2Ray provides building blocks for network proxy development. Read our Wiki for more information.
License
Documentation ¶
Directories ¶
Path | Synopsis |
---|---|
Package common contains common utilities that are shared among other packages.
|
Package common contains common utilities that are shared among other packages. |
alloc
Package alloc provides a light-weight memory allocation mechanism.
|
Package alloc provides a light-weight memory allocation mechanism. |
dice
Package dice contains common functions to generate random number.
|
Package dice contains common functions to generate random number. |
net
Package net is a generated protocol buffer package.
|
Package net is a generated protocol buffer package. |
protocol
Package protocol is a generated protocol buffer package.
|
Package protocol is a generated protocol buffer package. |
Package proxy contains all proxies used by V2Ray.
|
Package proxy contains all proxies used by V2Ray. |
freedom
Package freedom is a generated protocol buffer package.
|
Package freedom is a generated protocol buffer package. |
http
Package http is a generated protocol buffer package.
|
Package http is a generated protocol buffer package. |
shadowsocks
Package shadowsocks is a generated protocol buffer package.
|
Package shadowsocks is a generated protocol buffer package. |
socks
Package socks is a generated protocol buffer package.
|
Package socks is a generated protocol buffer package. |
vmess
Package vmess is a generated protocol buffer package.
|
Package vmess is a generated protocol buffer package. |
shell
|
|
point
Package point is a shell of V2Ray to run on various of systems.
|
Package point is a shell of V2Ray to run on various of systems. |
testing
|
|
Package tools contains utilities that is not directly linked into V2Ray binary.
|
Package tools contains utilities that is not directly linked into V2Ray binary. |
internet/kcp
Package kcp - A Fast and Reliable ARQ Protocol
|
Package kcp - A Fast and Reliable ARQ Protocol |
internet/ws
Package ws implements Websocket transport
|
Package ws implements Websocket transport |