From d900ba3a1ebe16249bcd2714fc33bbfc36e0c65c Mon Sep 17 00:00:00 2001 From: Loyalsoldier <10487845+Loyalsoldier@users.noreply.github.com> Date: Tue, 21 Jul 2020 08:06:27 +0800 Subject: [PATCH] Fix: change source from v2ray to v2fly --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 2849741e..1502b14d 100644 --- a/main.go +++ b/main.go @@ -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 {