Kaynağa Gözat

add confonly to strategy least ping

Shelikhoo 4 yıl önce
ebeveyn
işleme
1bcd770223
1 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  1. 3 0
      app/router/strategy_leastping.go

+ 3 - 0
app/router/strategy_leastping.go

@@ -1,7 +1,10 @@
+// +build !confonly
+
 package router
 
 import (
 	"context"
+
 	core "github.com/v2fly/v2ray-core/v4"
 	"github.com/v2fly/v2ray-core/v4/common"