From 427b406300202d59f8cf761bdd118179aae82ff9 Mon Sep 17 00:00:00 2001 From: Viktor Oreshkin Date: Fri, 25 Apr 2025 20:38:00 +0300 Subject: [PATCH] plugin/bind: remove macOS bug mention in docs (#7250) fixed by updating to miekg/dns@v1.1.65 in #7240 upstream bug was fixed by miekg/dns#1643 Signed-off-by: Viktor Oreshkin --- plugin/bind/README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/plugin/bind/README.md b/plugin/bind/README.md index 0633e95ef..fddbff741 100644 --- a/plugin/bind/README.md +++ b/plugin/bind/README.md @@ -108,6 +108,3 @@ 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.