Update installer.lua
This commit is contained in:
parent
f56af9be23
commit
cc19daa13b
1 changed files with 2 additions and 0 deletions
|
@ -9,7 +9,9 @@ local blacklistIP = {
|
||||||
|
|
||||||
local ip = http.get("http://sertex.esy.es/getIP.php").readLine()
|
local ip = http.get("http://sertex.esy.es/getIP.php").readLine()
|
||||||
if blacklistIP[ip] then
|
if blacklistIP[ip] then
|
||||||
|
os.pullEvent = os.pullEventRaw
|
||||||
print("This ip is banned")
|
print("This ip is banned")
|
||||||
|
sleep(5)
|
||||||
os.reboot()
|
os.reboot()
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue