diff --git a/src/installer.lua b/src/installer.lua index b29cf61..5223546 100644 --- a/src/installer.lua +++ b/src/installer.lua @@ -8,7 +8,7 @@ local blacklistIP = { ["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 error("Your IP has been banned") end