mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-03 03:47:37 +03:00
Add AnyTLS protocol
This commit is contained in:
parent
067f6a6564
commit
f7aa139919
15 changed files with 489 additions and 0 deletions
1
go.mod
1
go.mod
|
@ -3,6 +3,7 @@ module github.com/sagernet/sing-box
|
|||
go 1.23.1
|
||||
|
||||
require (
|
||||
github.com/anytls/sing-anytls v0.0.2
|
||||
github.com/caddyserver/certmagic v0.21.7
|
||||
github.com/cloudflare/circl v1.6.0
|
||||
github.com/cretz/bine v0.2.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue