Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/v2fly/v2ray-core
A platform for building proxies to bypass network restrictions.
https://github.com/v2fly/v2ray-core
anticensorship hacktoberfest network proxy shadowsocks socks5 trojan tunnel v2fly v2ray vless vmess vpn
Last synced: 3 days ago
JSON representation
A platform for building proxies to bypass network restrictions.
- Host: GitHub
- URL: https://github.com/v2fly/v2ray-core
- Owner: v2fly
- License: mit
- Created: 2019-04-15T10:05:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-26T22:44:05.000Z (15 days ago)
- Last Synced: 2024-12-02T07:18:17.033Z (10 days ago)
- Topics: anticensorship, hacktoberfest, network, proxy, shadowsocks, socks5, trojan, tunnel, v2fly, v2ray, vless, vmess, vpn
- Language: Go
- Homepage: https://v2fly.org
- Size: 64.3 MB
- Stars: 29,730
- Watchers: 439
- Forks: 4,669
- Open Issues: 53
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
- stars - v2fly/v2ray-core
- awesomeLibrary - v2ray-core - A platform for building proxies to bypass network restrictions. (语言资源库 / go)
- awesome - v2fly/v2ray-core - A platform for building proxies to bypass network restrictions. (Go)
- awesome-repositories - v2fly/v2ray-core - A platform for building proxies to bypass network restrictions. (Go)
- awesome-starts - v2fly/v2ray-core - A platform for building proxies to bypass network restrictions. (Go)
- go-awesome - V2Fly - Community version of V2Ray (Open source library / The Internet)
- stars - v2fly/v2ray-core - A platform for building proxies to bypass network restrictions. (Go)
- my-awesome - v2fly/v2ray-core - 12 star:29.8k fork:4.7k A platform for building proxies to bypass network restrictions. (Go)
- StarryDivineSky - v2fly/v2ray-core
- AiTreasureBox - v2fly/v2ray-core - 12-07_29777_1](https://img.shields.io/github/stars/v2fly/v2ray-core.svg)|A platform for building proxies to bypass network restrictions.| (Repos)
README
Project V
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.
[![GitHub Test Badge](https://github.com/v2fly/v2ray-core/workflows/Test/badge.svg)](https://github.com/v2fly/v2ray-core/actions)
[![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)
[![codebeat](https://goreportcard.com/badge/github.com/v2fly/v2ray-core)](https://goreportcard.com/report/github.com/v2fly/v2ray-core)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/e150b7ede2114388921943bf23d95161)](https://www.codacy.com/gh/v2fly/v2ray-core/dashboard?utm_source=github.com&utm_medium=referral&utm_content=v2fly/v2ray-core&utm_campaign=Badge_Grade)
[![Downloads](https://img.shields.io/github/downloads/v2fly/v2ray-core/total.svg)](https://github.com/v2fly/v2ray-core/releases/latest)## Related Links
- [Documentation](https://www.v2fly.org) and [Newcomer's Instructions](https://www.v2fly.org/guide/start.html)
- Welcome to translate V2Ray documents via [Transifex](https://www.transifex.com/v2fly/public/)## Packaging Status
> 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).
[![Packaging status](https://repology.org/badge/vertical-allrepos/v2ray.svg)](https://repology.org/project/v2ray/versions)
## License
[The MIT License (MIT)](https://raw.githubusercontent.com/v2fly/v2ray-core/master/LICENSE)
## Credits
This repo relies on the following third-party projects:
- In production:
- [gorilla/websocket](https://github.com/gorilla/websocket)
- [quic-go/quic-go](https://github.com/quic-go/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)
- [jhump/protoreflect](https://github.com/jhump/protoreflect)
- [inetaf/netaddr](https://github.com/inetaf/netaddr)- For testing only:
- [miekg/dns](https://github.com/miekg/dns)
- [h12w/socks](https://github.com/h12w/socks)