1
0
Fork 0

Fix: change source from v2ray to v2fly

pull/26/head
Loyalsoldier 5 years ago committed by GitHub
parent ec4861cd56
commit d900ba3a1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save