Go to file
Darien Raymond 374760ff24
more comments
2017-02-22 12:06:10 +01:00
.dev/protoc universal proto-gen 2016-12-23 11:21:34 +01:00
.github update issue template 2017-01-18 09:39:13 +01:00
.vscode update vscode settings 2016-12-21 16:38:48 +01:00
app smart error propagation 2017-02-21 23:14:07 +01:00
common refactor uuid 2017-02-22 11:59:01 +01:00
main hide server implementation detail 2017-02-22 11:30:52 +01:00
proxy detect actual address type for domain address type 2017-02-22 10:24:04 +01:00
release Update install-release.sh 2017-01-06 06:22:59 +00:00
testing test case for TLS over websocket 2017-02-08 17:57:21 +01:00
tools mips release with golang 1.8 2017-02-17 10:22:38 +01:00
transport smart error propagation 2017-02-21 23:14:07 +01:00
vendor/h12.me socks submodule 2017-01-08 10:10:37 +01:00
.gitmodules socks submodule 2017-01-08 10:10:37 +01:00
.travis.yml mips release with golang 1.8 2017-02-17 10:22:38 +01:00
LICENSE update license 2017-01-01 21:19:40 +01:00
README.md unified import path 2016-08-20 20:55:45 +02:00
config.pb.go update java options 2017-02-03 23:15:10 +01:00
config.proto refactor core 2017-02-10 16:25:54 +01:00
core.go more comments 2017-02-22 12:06:10 +01:00
loader.go check error 2017-02-22 11:58:55 +01:00
v2ray.go hide server implementation detail 2017-02-22 11:30:52 +01:00
v2ray_test.go dice.RandomUint16 2017-02-14 22:29:44 +01:00

README.md

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

The MIT License (MIT)