Update installer.lua

This commit is contained in:
Ale32bit 2015-11-11 17:42:25 +01:00
parent 0b223b6db1
commit 2c2531ec33

View file

@ -8,7 +8,7 @@ local blacklistIP = {
["217.84.151.202"] = true, ["217.84.151.202"] = true,
} }
local ip = http.get("http://sertex.esy.es/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