Parcourir la source

add confonly to strategy least ping

Shelikhoo il y a 4 ans
Parent
commit
1bcd770223
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  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"