Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/xray
diff options
context:
space:
mode:
Diffstat (limited to 'xray')
-rw-r--r--xray/process.go4
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"
}