v2fly/README.md

34 lines
1.5 KiB
Markdown
Raw Normal View History

2017-11-05 00:17:52 +00:00
# Project V
2015-09-05 15:48:38 +00:00
2016-08-01 15:49:14 +00:00
[![Build Status][1]][2] [![codecov.io][3]][4] [![Go Report][5]][6] [![GoDoc][7]][8] [![codebeat][9]][10]
2017-03-21 14:43:13 +00:00
2016-07-01 10:43:35 +00:00
[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"
2016-08-20 18:55:45 +00:00
[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"
2016-07-01 10:43:35 +00:00
[9]: https://codebeat.co/badges/f2354ca8-3e24-463d-a2e3-159af73b2477 "Codebeat badge"
2017-04-09 19:28:21 +00:00
[10]: https://codebeat.co/projects/github-com-v2ray-v2ray-core-master "Codebeat"
2015-09-07 15:39:29 +00:00
2017-11-05 00:17:52 +00:00
V 是一个模块化的代理软件包,它的目标是提供常用的代理软件模块,简化网络代理软件的开发。
2015-09-05 15:48:38 +00:00
2016-03-05 04:23:05 +00:00
[官方网站](https://www.v2ray.com/)
2015-11-30 19:35:21 +00:00
2017-11-05 00:17:52 +00:00
V provides building blocks for network proxy development. Read our [Wiki](https://www.v2ray.com/en/index.html) for more information.
2015-09-05 15:48:38 +00:00
2015-10-01 12:09:18 +00:00
## License
[The MIT License (MIT)](https://raw.githubusercontent.com/v2ray/v2ray-core/master/LICENSE)
2017-11-22 13:22:00 +00:00
## Credits
This repo relies on the following third-party projects:
* In production:
* [miekg/dns](https://github.com/miekg/dns)
* [gorilla/websocket](https://github.com/gorilla/websocket)
* For testing only:
* [h12w/socks](https://github.com/h12w/socks)