From 2c2531ec330141644b483e0a54bebac7fec75ec6 Mon Sep 17 00:00:00 2001 From: Ale32bit Date: Wed, 11 Nov 2015 17:42:25 +0100 Subject: [PATCH] Update installer.lua --- src/installer.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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