• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.github/H16-Mar-2021-822629

app/H16-Mar-2021-20,51916,918

common/H16-Mar-2021-15,40912,395

features/H16-Mar-2021-929576

infra/H16-Mar-2021-7,6376,608

main/H16-Mar-2021-520392

proxy/H16-Mar-2021-15,38812,490

release/H16-Mar-2021-1,091974

testing/H16-Mar-2021-6,8556,176

transport/H16-Mar-2021-15,75912,686

vendor/H03-May-2022-3,527,3412,889,149

.gitignoreH A D16-Mar-2021332 2520

LICENSEH A D16-Mar-20211.1 KiB2217

README.mdH A D16-Mar-20212.3 KiB4230

SECURITY.mdH A D16-Mar-20216.3 KiB117102

annotations.goH A D16-Mar-2021680 154

config.goH A D16-Mar-20212.6 KiB10883

config.pb.goH A D16-Mar-202117.1 KiB443358

config.protoH A D16-Mar-20212.4 KiB6453

context.goH A D16-Mar-2021637 3019

context_test.goH A D16-Mar-2021264 2015

core.goH A D16-Mar-202193.7 KiB27920

errors.generated.goH A D16-Mar-2021218 106

functions.goH A D16-Mar-20212.7 KiB8054

functions_test.goH A D16-Mar-20214.8 KiB232193

go.modH A D16-Mar-2021830 2522

go.sumH A D16-Mar-202133.2 KiB336335

mocks.goH A D16-Mar-20211.1 KiB101

proto.goH A D16-Mar-2021554 133

v2ray.goH A D16-Mar-20218.5 KiB346274

v2ray_test.goH A D16-Mar-20212.4 KiB9282

README.md

1<div>
2  <img width="190" height="210" align="left" src="https://raw.githubusercontent.com/v2fly/v2fly-github-io/master/docs/.vuepress/public/readme-logo.png" alt="V2Ray"/>
3  <br>
4  <h1>Project V</h1>
5  <p>Project V is a set of network tools that helps you to build your own computer network. It secures your network connections and thus protects your privacy.</p>
6</div>
7
8[![GitHub Test Badge](https://github.com/v2fly/v2ray-core/workflows/Test/badge.svg)](https://github.com/v2fly/v2ray-core/actions)
9[![codecov.io](https://codecov.io/gh/v2fly/v2ray-core/branch/master/graph/badge.svg?branch=master)](https://codecov.io/gh/v2fly/v2ray-core?branch=master)
10[![codebeat](https://goreportcard.com/badge/github.com/v2fly/v2ray-core)](https://goreportcard.com/report/github.com/v2fly/v2ray-core)
11[![Codacy Badge](https://app.codacy.com/project/badge/Grade/e150b7ede2114388921943bf23d95161)](https://www.codacy.com/gh/v2fly/v2ray-core/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=v2fly/v2ray-core&amp;utm_campaign=Badge_Grade)
12[![Downloads](https://img.shields.io/github/downloads/v2fly/v2ray-core/total.svg)](https://github.com/v2fly/v2ray-core/releases/latest)
13
14## Related Links
15
16- [Documentation](https://www.v2fly.org) and [Newcomer's Instructions](https://www.v2fly.org/guide/start.html)
17- Welcome to translate V2Ray documents via [Transifex](https://www.transifex.com/v2fly/public/)
18
19## Packaging Status
20
21> If you are willing to package V2Ray for other distros/platforms, please let us know or seek for help via [GitHub issues](https://github.com/v2fly/v2ray-core/issues).
22
23[![Packaging status](https://repology.org/badge/vertical-allrepos/v2ray.svg)](https://repology.org/project/v2ray/versions)
24
25## License
26
27[The MIT License (MIT)](https://raw.githubusercontent.com/v2fly/v2ray-core/master/LICENSE)
28
29## Credits
30
31This repo relies on the following third-party projects:
32
33- In production:
34  - [gorilla/websocket](https://github.com/gorilla/websocket)
35  - [lucas-clemente/quic-go](https://github.com/lucas-clemente/quic-go)
36  - [pires/go-proxyproto](https://github.com/pires/go-proxyproto)
37  - [seiflotfy/cuckoofilter](https://github.com/seiflotfy/cuckoofilter)
38  - [google/starlark-go](https://github.com/google/starlark-go)
39- For testing only:
40  - [miekg/dns](https://github.com/miekg/dns)
41  - [h12w/socks](https://github.com/h12w/socks)
42