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
diff options
context:
space:
mode:
authorMHSanaei <ho3ein.sanaei@gmail.com>2023-10-18 12:52:07 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2023-10-18 12:52:07 +0300
commitb0aaece6eb1f7c31a2eaa7870aa990151df84c04 (patch)
tree3816e8eb537462a765ca20d24caaadcfea31d592 /xray/process.go
parentc0ef791f01f601d278f1c4ca3380d6b7716ca9e1 (diff)
remove iran.dat
so after this you need to click on "reset to default configuration"
Diffstat (limited to 'xray/process.go')
-rw-r--r--xray/process.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/xray/process.go b/xray/process.go
index 315d3ed0..2e545fba 100644
--- a/xray/process.go
+++ b/xray/process.go
@@ -42,10 +42,6 @@ func GetGeoipPath() string {
return config.GetBinFolderPath() + "/geoip.dat"
}
-func GetIranPath() string {
- return config.GetBinFolderPath() + "/iran.dat"
-}
-
func GetIPLimitLogPath() string {
return config.GetLogFolder() + "/3xipl.log"
}