Explorar el Código

add confonly to strategy least ping

Shelikhoo hace 4 años
padre
commit
1bcd770223
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      app/router/strategy_leastping.go

+ 3 - 0
app/router/strategy_leastping.go

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