1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-26 09:25:23 +00:00
Go to file
RPRX 65565572d3
VLESS UDP over TCP struct breaking change (#239)
具体改变:每个 UDP 载荷前加两字节长度的 length,最大值为 2048-2=2046。若不使用 Mux,服务端与客户端均需升级至 v4.30.0+。这是 VLESS 公测版(0)协议结构本身唯一一次 breaking change,正式版(1)的服务端预计会长期同时支持该版本,第三方客户端的实现应当尽快跟进。
2020-09-30 01:39:03 +00:00
.dev/protoc Adjust Protocol Buffers (#109) 2020-08-24 12:10:26 +00:00
.github Golangci-lint: increase timeout to 5 minutes (#215) 2020-09-22 07:33:43 +08:00
app Merge pull request #208 from Vigilans/vigilans/stats-routing 2020-09-26 23:23:38 +08:00
common Routing Context: Fix GetUser() & Use string for Attributes Value 2020-09-13 00:34:35 +08:00
external Format: run go fmt ./... 2020-08-30 21:17:22 +08:00
features Stats: Add ChannelConfig & Return error on subscription 2020-09-23 22:35:13 +08:00
infra Refine: geofile reading errors (#236) 2020-09-29 14:01:12 +08:00
main Add trojan protocol support (#181) 2020-09-26 23:31:24 +08:00
proxy VLESS UDP over TCP struct breaking change (#239) 2020-09-30 01:39:03 +00:00
release update link 2020-09-26 02:39:08 +08:00
testing Format: run go fmt ./... 2020-08-30 21:17:22 +08:00
transport Add XTLS support 2020-09-21 14:56:43 +00:00
.gitignore fix(#2211): problem that AAAA query returns A result 2020-03-12 00:42:29 +08:00
annotations.go API doc 2018-12-03 22:44:42 +01:00
azure-pipelines.yml 1.15.1 -> 1.15.2 2020-09-10 15:35:07 +00:00
config.go Apply Debian's patch to upstream 2020-06-24 12:57:03 +08:00
config.pb.go Adjust Protocol Buffers (#109) 2020-08-24 12:10:26 +00:00
config.proto Adjust Protocol Buffers (#109) 2020-08-24 12:10:26 +00:00
context_test.go test case for context 2018-10-21 20:33:08 +02:00
context.go Add unit test for outbound handler 2020-06-27 20:50:39 -04:00
core.go bump version 2020-09-25 17:38:14 +08:00
Dockerfile Fix the error of missing curl in Dockerfile 2020-07-22 19:25:22 +08:00
errors.generated.go simplify error creation 2018-09-30 18:39:53 +02:00
functions_test.go fix connection reading in UDP 2019-01-06 00:34:38 +01:00
functions.go propagate context 2020-06-18 12:37:10 +08:00
go.mod Add XTLS support 2020-09-21 14:56:43 +00:00
go.sum Add XTLS support 2020-09-21 14:56:43 +00:00
LICENSE 2019 -> 2020 2020-08-09 16:25:29 +00:00
mocks.go Mockgen: do NOT rely on GOBIN & GOPATH 2020-08-26 18:54:58 +08:00
proto.go vprotogen: do NOT rely on GOBIN & GOPATH 2020-08-27 23:18:06 +08:00
README.md Update README.md 2020-09-09 18:36:40 +08:00
SECURITY.md initial security policy 2020-08-01 01:10:32 -05:00
v2ray_test.go update port picking 2018-12-05 16:27:32 +01:00
v2ray.go Apply Debian's patch to upstream 2020-06-24 12:57:03 +08:00
WORKSPACE fix bazel build 2019-02-10 19:19:05 +01:00

Project V

codecov.io GoDoc codebeat Downloads Downloads

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 for more information.

License

The MIT License (MIT)

Credits

This repo relies on the following third-party projects: