diff options
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" } |
