From 81838b504c0f445f9a0daff32a394bd0a149922b Mon Sep 17 00:00:00 2001 From: Hamidreza Ghavami Date: Fri, 21 Apr 2023 02:14:00 +0430 Subject: update iran.dat from xray zip --- xray/process.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'xray') diff --git a/xray/process.go b/xray/process.go index 35907391..e7774ea4 100644 --- a/xray/process.go +++ b/xray/process.go @@ -45,6 +45,10 @@ func GetGeoipPath() string { return config.GetBinFolderPath() + "/geoip.dat" } +func GetIranPath() string { + return config.GetBinFolderPath() + "/iran.dat" +} + func GetBlockedIPsPath() string { return config.GetBinFolderPath() + "/blockedIPs" } -- cgit v1.2.3