aboutsummaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorGravatar Miek Gieben <miek@miek.nl> 2021-11-21 17:15:27 +0000
committerGravatar GitHub <noreply@github.com> 2021-11-21 12:15:27 -0500
commita9d9d2b71e59a25df1575cd2534ea289a11ce90a (patch)
tree5783a59a5f25fe6cb4794619bd2fa9d8499847b5 /plugin
parent71bb575b7187852a100f54453c519b8a2c821cb1 (diff)
downloadcoredns-a9d9d2b71e59a25df1575cd2534ea289a11ce90a.tar.gz
coredns-a9d9d2b71e59a25df1575cd2534ea289a11ce90a.tar.zst
coredns-a9d9d2b71e59a25df1575cd2534ea289a11ce90a.zip
plugin/bind: Point to MacOS bug (#4995)
Document this is a bug. Closes: 4993 Signed-off-by: Miek Gieben <miek@miek.nl>
Diffstat (limited to 'plugin')
-rw-r--r--plugin/bind/README.md3
1 files changed, 3 insertions, 0 deletions
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
+<https://github.com/miekg/dns/issues/724> for details, but no solution.