From 1bcd7702238831fead8873fd47c05013e83c8f9a Mon Sep 17 00:00:00 2001 From: Shelikhoo Date: Thu, 8 Apr 2021 22:04:08 +0100 Subject: [PATCH] add confonly to strategy least ping --- app/router/strategy_leastping.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/router/strategy_leastping.go b/app/router/strategy_leastping.go index c1265c27d..1c00f024f 100644 --- a/app/router/strategy_leastping.go +++ b/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"