Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: v2ctl is unable to create geo data loaders #1014

Merged
merged 2 commits into from May 16, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fix: v2ctl is unable to create geo data loaders
Issue #1013
  • Loading branch information
ght99 authored May 16, 2021
commit 97ad1333a947503fb82a2ad78bcaa65a8f215d42
3 changes: 3 additions & 0 deletions infra/control/main/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ import (

commlog "github.com/v2fly/v2ray-core/v4/common/log"
"github.com/v2fly/v2ray-core/v4/infra/control"

_ "github.com/v2fly/v2ray-core/v4/infra/conf/geodata/memconservative"
_ "github.com/v2fly/v2ray-core/v4/infra/conf/geodata/standard"
)

func getCommandName() string {
Expand Down