Go to file
Darien Raymond cc58f5cb8f
doc
2017-02-10 16:38:32 +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 remove unnecessary error message 2017-02-10 12:01:52 +01:00
common refine error handling in retry logic 2017-02-10 11:41:50 +01:00
main refine error messages 2017-02-02 14:42:31 +01:00
proxy refine error handling in retry logic 2017-02-10 11:41:50 +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 update context functions 2017-02-09 22:49:38 +01:00
transport fix typo 2017-02-10 11:57:59 +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 fix time update in travis 2017-02-07 22:38:25 +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 doc 2017-02-10 16:38:32 +01:00
loader.go refactor core 2017-02-10 16:25:54 +01:00
v2ray.go refactor core 2017-02-10 16:25:54 +01:00
v2ray_test.go refactor core 2017-02-10 16:25:54 +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)