mirror of
https://github.com/v2fly/domain-list-community.git
synced 2025-08-24 03:18:34 +00:00
Merge pull request #26 from Loyalsoldier/fix-source-repo
Fix: change source from v2ray to v2fly
This commit is contained in:
commit
0249ada3f9
2
main.go
2
main.go
@ -18,7 +18,7 @@ import (
|
|||||||
|
|
||||||
var (
|
var (
|
||||||
dataPath = flag.String("datapath", "", "Path to your custom 'data' directory")
|
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 {
|
type Entry struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user