瀏覽代碼

add confonly to strategy least ping

Shelikhoo 4 年之前
父節點
當前提交
1bcd770223
共有 1 個文件被更改,包括 3 次插入0 次删除
  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"