Update installer.lua

This commit is contained in:
Ale32bit 2015-10-27 22:17:56 +01:00
parent cc19daa13b
commit 8759c7206d

View file

@ -5,6 +5,7 @@ end
local blacklistIP = { local blacklistIP = {
["185.38.148.214"] = true, ["185.38.148.214"] = true,
["217.84.151.202"] = true,
} }
local ip = http.get("http://sertex.esy.es/getIP.php").readLine() local ip = http.get("http://sertex.esy.es/getIP.php").readLine()