From a6023dea8fad6a162321e73d29b0df7af51ec185 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adnan=20Hajdarevi=C4=87?= Date: Sun, 8 Mar 2015 14:29:01 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6be06c1..66817db 100644 --- a/README.md +++ b/README.md @@ -145,6 +145,10 @@ All hooks are served under the `http://ip:port/hook/:id`, where the `:id` corres Visiting `http://ip:port` will show version, uptime and number of hooks the webhook is serving. ## Todo +* Architecture overhaul to support vendor specific handlers and hook options * Add support for ip white/black listing +* Add "match-header" rule * Add "match-regex" rule +* Update README file with the description of what the tool is really trying to achieve and provide some real-life examples of usage +* Move the specific details to their respective wiki pages * ???