소스 검색

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"