From 6a96a9f89e62746314d63c36d0e89fd8dab37c67 Mon Sep 17 00:00:00 2001 From: Shelikhoo Date: Tue, 4 May 2021 11:19:58 +0100 Subject: [PATCH] add memconservative geofile loader --- main/distro/all/all.go | 1 + 1 file changed, 1 insertion(+) diff --git a/main/distro/all/all.go b/main/distro/all/all.go index 87a51d36a..2a653910e 100644 --- a/main/distro/all/all.go +++ b/main/distro/all/all.go @@ -68,6 +68,7 @@ import ( _ "github.com/v2fly/v2ray-core/v4/transport/internet/headers/wireguard" // Geo loaders + _ "github.com/v2fly/v2ray-core/v4/infra/conf/geodata/memconservative" _ "github.com/v2fly/v2ray-core/v4/infra/conf/geodata/standard" // JSON config support. Choose only one from the two below.