diff options
| author | Hamidreza Ghavami <hamid.r.gh.1998@gmail.com> | 2023-04-21 00:44:00 +0300 |
|---|---|---|
| committer | Hamidreza Ghavami <hamid.r.gh.1998@gmail.com> | 2023-04-21 00:44:00 +0300 |
| commit | 81838b504c0f445f9a0daff32a394bd0a149922b (patch) | |
| tree | 3c528c1a5a98a32b74bd011a08a0d9c309d11716 /xray | |
| parent | 641a7d3e57d690f14c0798b98a5df14055e3be01 (diff) | |
update iran.dat from xray zip
Diffstat (limited to 'xray')
| -rw-r--r-- | xray/process.go | 4 |
1 files changed, 4 insertions, 0 deletions
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" } |
