From a9d9d2b71e59a25df1575cd2534ea289a11ce90a Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Sun, 21 Nov 2021 17:15:27 +0000 Subject: [PATCH] plugin/bind: Point to MacOS bug (#4995) Document this is a bug. Closes: 4993 Signed-off-by: Miek Gieben --- plugin/bind/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugin/bind/README.md b/plugin/bind/README.md index 26ddc1ae4..4eeab6c33 100644 --- a/plugin/bind/README.md +++ b/plugin/bind/README.md @@ -101,3 +101,6 @@ bad.example.com { forward . 5.6.7.8 } ``` + +Also on MacOS there is an (open) bug where this doesn't work properly. See + for details, but no solution.