From b0aaece6eb1f7c31a2eaa7870aa990151df84c04 Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Wed, 18 Oct 2023 13:22:07 +0330 Subject: remove iran.dat so after this you need to click on "reset to default configuration" --- xray/process.go | 4 ---- 1 file changed, 4 deletions(-) (limited to 'xray') 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" } -- cgit v1.2.3