mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-06-26 21:24:14 +00:00
New config file style
This commit is contained in:
parent
d447c4d52f
commit
7a7632397d
6 changed files with 151 additions and 114 deletions
4
go.mod
4
go.mod
|
@ -20,7 +20,7 @@ require (
|
|||
github.com/stretchr/testify v1.10.0
|
||||
github.com/v2fly/ss-bloomring v0.0.0-20210312155135-28617310f63e
|
||||
github.com/vishvananda/netlink v1.3.1
|
||||
github.com/xtls/reality v0.0.0-20250607113038-1b088adc09e0
|
||||
github.com/xtls/reality v0.0.0-20250608065753-4b636d90bde2
|
||||
go4.org/netipx v0.0.0-20231129151722-fdeea329fbba
|
||||
golang.org/x/crypto v0.39.0
|
||||
golang.org/x/net v0.41.0
|
||||
|
@ -35,7 +35,7 @@ require (
|
|||
)
|
||||
|
||||
// [TODO] Temp: use forked reality until upstream merges #12
|
||||
replace github.com/xtls/reality => github.com/meo597/reality v0.0.0-20250607113038-1b088adc09e0
|
||||
replace github.com/xtls/reality => github.com/meo597/reality v0.0.0-20250608065753-4b636d90bde2
|
||||
|
||||
require (
|
||||
github.com/andybalholm/brotli v1.1.0 // indirect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue