1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-04-17 11:09:12 -04:00

add memconservative geofile loader

This commit is contained in:
Shelikhoo
2021-05-04 11:19:58 +01:00
parent 4610c5e23f
commit 6a96a9f89e

View File

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