You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Darien Raymond 3bbdf2a065
Merge branch 'master' of https://github.com/v2ray/v2ray-core
8 years ago
.dev/protoc universal proto-gen 8 years ago
.github update issue template 8 years ago
.vscode update vscode settings 8 years ago
app implement default outbound handler 8 years ago
common fix error log 8 years ago
main kcp header as wechat video 8 years ago
proxy true none encryption 8 years ago
release Update install-release.sh 8 years ago
testing fix socks auth test 8 years ago
tools Merge pull request #369 from ToutyRater/master 8 years ago
transport rename transportsettings to transportconfig 8 years ago
vendor/h12.me socks submodule 8 years ago
.gitmodules socks submodule 8 years ago
.travis.yml remove go generate in travis workflow 8 years ago
LICENSE update license 8 years ago
README.md unified import path 8 years ago
config.go clean imports 8 years ago
config.pb.go remove generate package comments in .pb.go files. 8 years ago
config.proto proto option for C# namespace 8 years ago
config_loader.go json config parser 8 years ago
core.go Update version 8 years ago
inbound_detour.go refactor shell 8 years ago
inbound_detour_always.go leverage global object creator in proxies. 8 years ago
inbound_detour_dynamic.go clean imports 8 years ago
v2ray.go rename dispatcher.Interface 8 years ago

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)