Xray, Penetrates Everything. Also the best v2ray-core, with XTLS support. Fully compatible configuration.
Go to file
yuhan6665 acb81ebe3d
Verify peer cert function for better man in the middle prevention (#746)
* verify peer cert function for better man in the middle prevention

* publish cert chain hash generation algorithm

* added calculation of certificate hash as separate command and tlsping, use base64 to represent fingerprint to align with jsonPb

* apply coding style

* added test case for pinned certificates

* refactored cert pin

* pinned cert test

* added json loading of the PinnedPeerCertificateChainSha256

* removed tool to prepare for v5

* Add server cert pinning for Xtls

Change command "xray tls certChainHash" to xray style

Co-authored-by: Shelikhoo <xiaokangwang@outlook.com>
2021-10-22 12:38:40 +08:00
.github go 1.17.2 2021-10-13 00:49:48 +08:00
app Fix: use sorted cidr list (#1156) (#773) 2021-10-22 12:38:40 +08:00
common Use shadowsocket's bloomring for shadowsocket's replay protection (#764) 2021-10-22 12:38:40 +08:00
core v1.5.0 2021-10-20 14:55:23 +08:00
features Override destination if replaced in hosts 2021-10-22 12:38:40 +08:00
infra Verify peer cert function for better man in the middle prevention (#746) 2021-10-22 12:38:40 +08:00
main Verify peer cert function for better man in the middle prevention (#746) 2021-10-22 12:38:40 +08:00
proxy Use shadowsocket's bloomring for shadowsocket's replay protection (#764) 2021-10-22 12:38:40 +08:00
testing Verify peer cert function for better man in the middle prevention (#746) 2021-10-22 12:38:40 +08:00
transport Verify peer cert function for better man in the middle prevention (#746) 2021-10-22 12:38:40 +08:00
.gitignore Add .gitignore 2021-10-20 19:43:52 +08:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md (#941) (#749) 2021-10-22 12:38:40 +08:00
LICENSE v1.0.0 2020-11-25 19:01:53 +08:00
README.md Remove Qv2ray (#681) 2021-09-18 02:04:22 +08:00
go.mod Use shadowsocket's bloomring for shadowsocket's replay protection (#764) 2021-10-22 12:38:40 +08:00
go.sum Use shadowsocket's bloomring for shadowsocket's replay protection (#764) 2021-10-22 12:38:40 +08:00

README.md

Project X

Project X originates from XTLS protocol, provides a set of network tools such as Xray-core and Xray-flutter.

License

Mozilla Public License Version 2.0

Installation

Usage

Xray-examples / VLESS-TCP-XTLS-WHATEVER

GUI Clients

Credits

This repo relies on the following third-party projects:

Compilation

Windows

go build -o xray.exe -trimpath -ldflags "-s -w -buildid=" ./main

Linux / macOS

go build -o xray -trimpath -ldflags "-s -w -buildid=" ./main

Telegram

Project X

Project X Channel

Stargazers over time

Stargazers over time