v2fly/README.md

32 lines
1.6 KiB
Markdown
Raw Normal View History

2017-11-05 00:17:52 +00:00
# Project V
2020-06-19 19:39:50 +00:00
![](https://github.com/v2fly/v2ray-core/workflows/Test/badge.svg)
2020-09-09 10:36:40 +00:00
[![codecov.io][3]][4] [![GoDoc][5]][6] [![codebeat][7]][8] [![Downloads][9]][10] [![Downloads][11]][12]
2015-09-05 15:48:38 +00:00
2020-06-20 08:15:12 +00:00
[3]: https://codecov.io/gh/v2fly/v2ray-core/branch/master/graph/badge.svg?branch=master "Coverage badge"
[4]: https://codecov.io/gh/v2fly/v2ray-core?branch=master "Codecov Status"
2018-11-12 22:13:53 +00:00
[5]: https://godoc.org/v2ray.com/core?status.svg "GoDoc badge"
[6]: https://godoc.org/v2ray.com/core "GoDoc"
[7]: https://codebeat.co/badges/f2354ca8-3e24-463d-a2e3-159af73b2477 "Codebeat badge"
[8]: https://codebeat.co/projects/github-com-v2ray-v2ray-core-master "Codebeat"
[9]: https://img.shields.io/github/downloads/v2ray/v2ray-core/total.svg "All releases badge"
[10]: https://github.com/v2ray/v2ray-core/releases/ "All releases number"
2020-09-09 10:36:40 +00:00
[11]: https://img.shields.io/github/downloads/v2fly/v2ray-core/total.svg "All releases badge"
[12]: https://github.com/v2fly/v2ray-core/releases/ "All releases number"
2015-09-07 15:39:29 +00:00
2020-08-28 14:27:45 +00:00
Project V is a set of network tools that help you to build your own computer network. It secures your network connections and thus protects your privacy. See [our website](https://www.v2fly.org/) for more information.
2015-09-05 15:48:38 +00:00
2015-10-01 12:09:18 +00:00
## License
2017-12-14 11:18:47 +00:00
2020-09-09 10:36:40 +00:00
[The MIT License (MIT)](https://raw.githubusercontent.com/v2fly/v2ray-core/master/LICENSE)
2017-11-22 13:22:00 +00:00
## Credits
This repo relies on the following third-party projects:
* In production:
* [gorilla/websocket](https://github.com/gorilla/websocket)
2018-11-19 20:07:47 +00:00
* [gRPC](https://google.golang.org/grpc)
2017-11-22 13:22:00 +00:00
* For testing only:
2018-11-19 20:07:47 +00:00
* [miekg/dns](https://github.com/miekg/dns)
2017-11-22 13:22:00 +00:00
* [h12w/socks](https://github.com/h12w/socks)