Merge pull request #26 from Loyalsoldier/fix-source-repo

Fix: change source from v2ray to v2fly
This commit is contained in:
EpLiar 2020-07-21 08:08:54 +08:00 committed by GitHub
commit 0249ada3f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ import (
var (
dataPath = flag.String("datapath", "", "Path to your custom 'data' directory")
defaultDataPath = filepath.Join("src", "github.com", "v2ray", "domain-list-community", "data")
defaultDataPath = filepath.Join("src", "github.com", "v2fly", "domain-list-community", "data")
)
type Entry struct {