Update installer.lua
This commit is contained in:
parent
ff419f56bd
commit
8a81bc5d17
1 changed files with 8 additions and 8 deletions
|
@ -3,15 +3,15 @@ if not pocket or not term.isColor() then
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
local blacklistIP = {
|
--local blacklistIP = {
|
||||||
["185.38.148.214"] = true,
|
--["185.38.148.214"] = true,
|
||||||
["217.84.151.202"] = true,
|
--["217.84.151.202"] = true,
|
||||||
}
|
--}
|
||||||
|
|
||||||
local ip = http.get("http://sertex.x10.bz/getIP.php").readLine()
|
--local ip = http.get("http://sertex.x10.bz/getIP.php").readLine()
|
||||||
if blacklistIP[ip] then
|
--if blacklistIP[ip] then
|
||||||
error("Your IP has been banned")
|
--error("Your IP has been banned")
|
||||||
end
|
--end
|
||||||
|
|
||||||
local files = {
|
local files = {
|
||||||
["src/sPhone.lua"] = "/.sPhone/sPhone",
|
["src/sPhone.lua"] = "/.sPhone/sPhone",
|
||||||
|
|
Loading…
Reference in a new issue