Browse Source

add confonly to strategy least ping

Shelikhoo 4 years ago
parent
commit
1bcd770223
1 changed files with 3 additions and 0 deletions
  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"