From 621c359ad421b2f354e16fe161f75552a28b0b2c Mon Sep 17 00:00:00 2001 From: LudoBoggio Date: Thu, 6 Sep 2012 17:58:08 +0300 Subject: [PATCH] Update README.md Readme update according to new 1.1 version. --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 09b272a..356526c 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,8 @@ INSTALL : - In this new directory, copy the plugin.php file from this repository - Go to the Plugins administration page and activate the plugin -Currently, the IP addresses to blacklist have to be entered in the config.php (should be into the /user directory)with following format : -$yourls_blacklist_ip = array ("149.3.136.114","119.180.110.179"); with one IP per quotes. +You will see in the admin section a new admin page where you can add the IP addresses you want to blacklist. -I'm currently working on an admin page to enter those IPs. +Please enter one IP address per line. Other syntax should provide unexpected behaviours. Roadmap contains the possibility to use regexp to specify the IP addresses. No, no date provided :)