Przeglądaj źródła

Update inbound.go

RPRX 2 miesięcy temu
rodzic
commit
89a1e734f3
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      proxy/vless/inbound/inbound.go

+ 2 - 2
proxy/vless/inbound/inbound.go

@@ -659,8 +659,8 @@ func (r *Reverse) NewMux(ctx context.Context, link *transport.Link, observer fea
 		return errors.New("failed to create portal worker").Base(err).AtWarning()
 	}
 	r.picker.AddWorker(worker)
-	if burustObs, ok := observer.(extension.BrustObservatory); ok {
-		go burustObs.Check([]string{r.Tag()})
+	if burstObs, ok := observer.(extension.BurstObservatory); ok {
+		go burstObs.Check([]string{r.Tag()})
 	}
 	select {
 	case <-ctx.Done():