Browse Source

add memconservative geofile loader

Shelikhoo 4 years ago
parent
commit
6a96a9f89e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      main/distro/all/all.go

+ 1 - 0
main/distro/all/all.go

@@ -68,6 +68,7 @@ import (
 	_ "github.com/v2fly/v2ray-core/v4/transport/internet/headers/wireguard"
 	_ "github.com/v2fly/v2ray-core/v4/transport/internet/headers/wireguard"
 
 
 	// Geo loaders
 	// Geo loaders
+	_ "github.com/v2fly/v2ray-core/v4/infra/conf/geodata/memconservative"
 	_ "github.com/v2fly/v2ray-core/v4/infra/conf/geodata/standard"
 	_ "github.com/v2fly/v2ray-core/v4/infra/conf/geodata/standard"
 
 
 	// JSON config support. Choose only one from the two below.
 	// JSON config support. Choose only one from the two below.