github.com/Uhtred009/v2ray-core-1@v4.31.2+incompatible/README.md (about) 1 # Project V 2 3 [![GitHub Test Badge][1]][2] [![codecov.io][3]][4] [![GoDoc][5]][6] [![codebeat][7]][8] [![Downloads][9]][10] [![Downloads][11]][12] 4 5 [1]: https://github.com/v2fly/v2ray-core/workflows/Test/badge.svg "GitHub Test Badge" 6 [2]: https://github.com/v2fly/v2ray-core/actions "GitHub Actions Page" 7 [3]: https://codecov.io/gh/v2fly/v2ray-core/branch/master/graph/badge.svg?branch=master "Coverage Badge" 8 [4]: https://codecov.io/gh/v2fly/v2ray-core?branch=master "Codecov Status" 9 [5]: https://godoc.org/v2ray.com/core?status.svg "GoDoc Badge" 10 [6]: https://godoc.org/v2ray.com/core "GoDoc" 11 [7]: https://goreportcard.com/badge/github.com/v2fly/v2ray-core "Goreportcard Badge" 12 [8]: https://goreportcard.com/report/github.com/v2fly/v2ray-core "Goreportcard Result" 13 [9]: https://img.shields.io/github/downloads/v2ray/v2ray-core/total.svg "v2ray/v2ray-core downloads count" 14 [10]: https://github.com/v2ray/v2ray-core/releases "v2ray/v2ray-core release page" 15 [11]: https://img.shields.io/github/downloads/v2fly/v2ray-core/total.svg "v2fly/v2ray-core downloads count" 16 [12]: https://github.com/v2fly/v2ray-core/releases "v2fly/v2ray-core release page" 17 18 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. 19 20 ## License 21 22 [The MIT License (MIT)](https://raw.githubusercontent.com/v2fly/v2ray-core/master/LICENSE) 23 24 ## Credits 25 26 This repo relies on the following third-party projects: 27 28 - In production: 29 - [gorilla/websocket](https://github.com/gorilla/websocket) 30 - [gRPC](https://google.golang.org/grpc) 31 - For testing only: 32 - [miekg/dns](https://github.com/miekg/dns) 33 - [h12w/socks](https://github.com/h12w/socks)