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.

33 lines
1.6 KiB

7 years ago
# Project V
9 years ago
[![Build Status][1]][2] [![codecov.io][3]][4] [![Go Report][5]][6] [![GoDoc][7]][8] [![codebeat][9]][10] [![Downloads][11]][12]
8 years ago
9 years ago
[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 years ago
[9]: https://codebeat.co/badges/f2354ca8-3e24-463d-a2e3-159af73b2477 "Codebeat badge"
8 years ago
[10]: https://codebeat.co/projects/github-com-v2ray-v2ray-core-master "Codebeat"
[11]: https://img.shields.io/github/downloads/v2ray/v2ray-core/total.svg "All releases badge"
[12]: https://github.com/v2ray/v2ray-core/releases/ "All releases number"
9 years ago
7 years ago
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.v2ray.com/) for more information.
9 years ago
9 years ago
## License
7 years ago
9 years ago
[The MIT License (MIT)](https://raw.githubusercontent.com/v2ray/v2ray-core/master/LICENSE)
## 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)