Add DERP service

This commit is contained in:
世界 2025-03-29 17:24:34 +08:00
parent 85a8d8163f
commit 9e6de24f15
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
8 changed files with 643 additions and 1 deletions

View file

@ -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(), include.DNSTransportRegistry())
globalCtx = box.Context(context.Background(), include.InboundRegistry(), include.OutboundRegistry(), include.EndpointRegistry(), include.DNSTransportRegistry(), include.ServiceRegistry())
}
func startInstance(t *testing.T, options option.Options) *box.Box {