diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-10-18 12:52:07 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-10-18 12:52:07 +0300 |
| commit | b0aaece6eb1f7c31a2eaa7870aa990151df84c04 (patch) | |
| tree | 3816e8eb537462a765ca20d24caaadcfea31d592 /xray | |
| parent | c0ef791f01f601d278f1c4ca3380d6b7716ca9e1 (diff) | |
remove iran.dat
so after this you need to click on "reset to default configuration"
Diffstat (limited to 'xray')
| -rw-r--r-- | xray/process.go | 4 |
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" } |
