add memconservative geofile loader

This commit is contained in:
Shelikhoo 2021-05-04 11:19:58 +01:00
parent 4610c5e23f
commit 6a96a9f89e
No known key found for this signature in database
GPG Key ID: C4D5E79D22B25316
1 changed files with 1 additions and 0 deletions

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.