update iran.dat from xray zip

This commit is contained in:
Hamidreza Ghavami
2023-04-21 02:14:00 +04:30
parent 641a7d3e57
commit 81838b504c
2 changed files with 8 additions and 0 deletions

View File

@@ -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"
}