From 9b27ff10f53f01cca94020beaedad8c57e6f28d9 Mon Sep 17 00:00:00 2001 From: Frank Schroeder Date: Sun, 18 Feb 2018 22:38:20 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b4573eff..9035ee5ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,15 @@ Thanks to (@rileyje)[https://github.com/rileyje] for the patch. + * [PR #442](https://github.com/fabiolb/fabio/pull/442): Add basic ip centric access control on routes + + With this patch fabio adds an `allow` and `deny` option to the routes which allows + for basic ip white and black listing of IPv4 and IPv6 addresses. See http://fabiolb.net/feature/access-control/ + for more details. + + Thanks to (@leprechau)[https://github.com/leprechau] for the patch and (@microadam)[https://github.com/microadam] + for the testing. + ### [v1.5.7](https://github.com/fabiolb/fabio/releases/tag/v1.5.7) - 6 Feb 2018 #### Breaking Changes