From 8759c7206d931b3e1fe5897345333931b003ee3a Mon Sep 17 00:00:00 2001 From: Ale32bit Date: Tue, 27 Oct 2015 22:17:56 +0100 Subject: [PATCH] Update installer.lua --- src/installer.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/src/installer.lua b/src/installer.lua index ce718e8..b5e0d88 100644 --- a/src/installer.lua +++ b/src/installer.lua @@ -5,6 +5,7 @@ end local blacklistIP = { ["185.38.148.214"] = true, + ["217.84.151.202"] = true, } local ip = http.get("http://sertex.esy.es/getIP.php").readLine()