1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-27 09:55:22 +00:00

add confonly to strategy least ping

This commit is contained in:
Shelikhoo 2021-04-08 22:04:08 +01:00
parent 304b4feff6
commit 1bcd770223
No known key found for this signature in database
GPG Key ID: C4D5E79D22B25316

View File

@ -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"