github.com/v2fly/v2ray-core/v5@v5.16.2-0.20240507031116-8191faa6e095/README.md (about)

     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  
    31  This 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    - [jhump/protoreflect](https://github.com/jhump/protoreflect)
    40    - [inetaf/netaddr](https://github.com/inetaf/netaddr)
    41  
    42  - For testing only:
    43    - [miekg/dns](https://github.com/miekg/dns)
    44    - [h12w/socks](https://github.com/h12w/socks)