mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-04 12:27:36 +03:00
Migrate to stdlib ECH support
This commit is contained in:
parent
6b88de19d2
commit
7799b89e8d
34 changed files with 667 additions and 897 deletions
|
@ -32,7 +32,7 @@ func TestMain(m *testing.M) {
|
|||
var globalCtx context.Context
|
||||
|
||||
func init() {
|
||||
globalCtx = box.Context(context.Background(), include.InboundRegistry(), include.OutboundRegistry(), include.EndpointRegistry())
|
||||
globalCtx = box.Context(context.Background(), include.InboundRegistry(), include.OutboundRegistry(), include.EndpointRegistry(), include.DNSTransportRegistry())
|
||||
}
|
||||
|
||||
func startInstance(t *testing.T, options option.Options) *box.Box {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue