diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-04-21 15:04:19 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-04-21 15:04:19 +0300 |
| commit | 6bebde410529c068b2458ee21a03127728a8c6ae (patch) | |
| tree | 4faea76de4b8aad1e732bcb7c6199731f7915200 /xray | |
| parent | 498074479349aa19151cf70ccb902edf25235fb7 (diff) | |
| parent | fa4a63c958282464474baa8b5f28eda50674dd21 (diff) | |
Merge branch 'main' of https://github.com/MHSanaei/3x-ui
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" } |
