2017-11-04 20:17:52 -04:00
# Project V
2015-09-05 11:48:38 -04:00
2020-10-07 04:58:19 -04:00
[![GitHub Test Badge][1]][2] [![codecov.io][3]][4] [![GoDoc][5]][6] [![codebeat][7]][8] [![Downloads][9]][10] [![Downloads][11]][12]
[1]: https://github.com/v2fly/v2ray-core/workflows/Test/badge.svg "GitHub Test Badge"
[2]: https://github.com/v2fly/v2ray-core/actions "GitHub Actions Page"
[3]: https://codecov.io/gh/v2fly/v2ray-core/branch/master/graph/badge.svg?branch=master "Coverage Badge"
2020-06-20 04:15:12 -04:00
[4]: https://codecov.io/gh/v2fly/v2ray-core?branch=master "Codecov Status"
2020-10-07 04:58:19 -04:00
[5]: https://godoc.org/v2ray.com/core?status.svg "GoDoc Badge"
2018-11-12 17:13:53 -05:00
[6]: https://godoc.org/v2ray.com/core "GoDoc"
2020-10-07 04:58:19 -04:00
[7]: https://goreportcard.com/badge/github.com/v2fly/v2ray-core "Goreportcard Badge"
[8]: https://goreportcard.com/report/github.com/v2fly/v2ray-core "Goreportcard Result"
[9]: https://img.shields.io/github/downloads/v2ray/v2ray-core/total.svg "v2ray/v2ray-core downloads count"
[10]: https://github.com/v2ray/v2ray-core/releases "v2ray/v2ray-core release page"
[11]: https://img.shields.io/github/downloads/v2fly/v2ray-core/total.svg "v2fly/v2ray-core downloads count"
[12]: https://github.com/v2fly/v2ray-core/releases "v2fly/v2ray-core release page"
2015-09-07 11:39:29 -04:00
2020-08-28 10:27:45 -04: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 11:48:38 -04:00
2015-10-01 08:09:18 -04:00
## License
2017-12-14 06:18:47 -05:00
2020-09-09 06:36:40 -04:00
[The MIT License (MIT) ](https://raw.githubusercontent.com/v2fly/v2ray-core/master/LICENSE )
2017-11-22 08:22:00 -05:00
## Credits
This repo relies on the following third-party projects:
2020-10-07 04:58:19 -04:00
- In production:
- [gorilla/websocket ](https://github.com/gorilla/websocket )
- [gRPC ](https://google.golang.org/grpc )
2020-11-17 15:33:21 -05:00
- [lucas-clemente/quic-go ](https://github.com/lucas-clemente/quic-go )
- [pires/go-proxyproto ](https://github.com/pires/go-proxyproto )
- [seiflotfy/cuckoofilter ](https://github.com/seiflotfy/cuckoofilter )
- [google/starlark-go ](https://github.com/google/starlark-go )
2020-10-07 04:58:19 -04:00
- For testing only:
- [miekg/dns ](https://github.com/miekg/dns )
- [h12w/socks ](https://github.com/h12w/socks )