mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-04-30 17:38:41 +00:00
Add REALITY support to H2 server
Now you are able to configure REALITY H2 server directly Before: REALITY VLESS fallbacks -> H2C inbound
This commit is contained in:
parent
c38179a67f
commit
9401d65ef1
3 changed files with 10 additions and 5 deletions
2
go.mod
2
go.mod
|
@ -20,7 +20,7 @@ require (
|
|||
github.com/stretchr/testify v1.8.1
|
||||
github.com/v2fly/ss-bloomring v0.0.0-20210312155135-28617310f63e
|
||||
github.com/xtls/go v0.0.0-20230107031059-4610f88d00f3
|
||||
github.com/xtls/reality v0.0.0-20230226072656-f34b4d174342
|
||||
github.com/xtls/reality v0.0.0-20230227150228-9e83b0bee167
|
||||
go.starlark.net v0.0.0-20230128213706-3f75dec8e403
|
||||
golang.org/x/crypto v0.6.0
|
||||
golang.org/x/net v0.7.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue